2017-06-13 8 views
0

私はstruts2 Webプロジェクトを改訂しましたが、実行してローカルのweblogicサーバーに公開します。以下のエラーが発生する:imaging-01012005.jarが見つからないことが判明しました。 この問題を解決するにはどうすればよいですか?struts2 Webプロジェクトmavenビルドしてエラーが発生する公開

Error(s) found in module 'aeon_app_public'. Publish was cancelled. See "Problems" view for details. 
     The project cannot be built until build path errors are resolved at aeon_app_public 
     The container 'Maven Dependencies' references non existing library 
    'C:\Users\rwhchiu\.m2\repository\com\jhlabs\imaging\01012005\imaging-01012005.jar' 
at aeon_app_public 
     Failed to read artifact descriptor for com.jhlabs:imaging:jar:01012005 
+0

プロジェクトまたは使用プロキシに多くのリポジトリを追加します。 –

答えて

0
リンクに参照のうえで解決

https://issues.sonatype.org/browse/MVNCENTRAL-463

candrews Craig Andrews added a comment - 06/16/14 07:30 PM 
https://jira.codehaus.org/browse/MAVENUPLOAD-2350 explains that com.jhlabs:imaging was renamed to com.jhlabs:filters, and that is in Maven Central. 
So I suppose everyone could exclude the com.jhlabs:imaging from jcaptcha and depend on com.jhlabs:filters:2.0.235-1 instead. 
Of course, it would be better if someone would upload a new version of com.octo.captcha:jcaptcha with that dependency changed. 
関連する問題