Java struts2 web项目maven生成和发布出现错误

Java struts2 web项目maven生成和发布出现错误,java,struts2,Java,Struts2,我正在改造struts2 web项目,但在运行并发布到本地weblogic服务器时。下面有错误:发现imaging-01012005.jar缺失。 我现在应该做什么来解决这个问题 Error(s) found in module 'aeon_app_public'. Publish was cancelled. See "Problems" view for details. The project cannot be built until build path err

我正在改造struts2 web项目,但在运行并发布到本地weblogic服务器时。下面有错误:发现imaging-01012005.jar缺失。 我现在应该做什么来解决这个问题

    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

通过参考链接解决:


向项目中添加更多存储库或使用代理。
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.