2017-06-13 6 views
0

Je suis réorganiser le projet web struts2 mais lorsqu'il est exécuté et publier sur le serveur weblogic local. Il a une erreur belows: Il est trouvé que imaging-01012005.jar est manquant. Que dois-je faire maintenant pour résoudre ce problème?struts2 projet web maven construire et publier qui a l'erreur

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

ajouter d'autres dépôts à votre projet ou de l'utilisation proxy. –

Répondre

0

Résolu en se référant au lien suivant: 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.