0

次のエラーが発生するのはなぜですか?NetBeansを使用していますが、Mavenを再実行してエラーの指示に従うために、どの表彰行を使用すればよいかわかりません。私もこれを見つけましたが、コマンドラインがリンクの場所がまだわかりません

次のコードをダウンロードして実行しようとしましたが、次のエラーが発生します

Failed to execute goal on project Struts2Example: Could not resolve dependencies for project com.mkyong.common:Struts2Example:war:com.mkyong.common: The following artifacts could not be resolved: javax.transaction:jta:jar:1.0.1B, javax.security:jacc:jar:1.0: Failure to find javax.transaction:jta:jar:1.0.1B in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]

To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
4

1 に答える 1

0

その特定のバージョンのjta.jarは、Mavenリポジトリにもう存在しません。バージョンを1.1に変更して再構築してみてください。

ただし、そのバージョンのjaccもそうではありません。したがって、まだ問題がある可能性があります。

于 2013-03-26T04:43:06.293 に答える