日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

jcaptcha maven

發(fā)布時間:2023/12/15 编程问答 25 豆豆
生活随笔 收集整理的這篇文章主要介紹了 jcaptcha maven 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

來源:https://code.google.com/p/jcaptcha4struts2/issues/detail?id=6

Reported by?skpate...@gmail.com,?Dec 26, 2009 I am including this in pom.xml:<dependency><groupId>com.google.code.jcaptcha4struts2</groupId><artifactId>jcaptcha4struts2</artifactId><version>2.0.2</version></dependency>And getting this error:Missing indirectly referenced artifact com.jhlabs:imaging:jar:01012005:compileAnd also this warning:CHECKSUM FAILED - Error retrieving checksum file for com/octo/captcha/jcaptcha/1.0/jcaptcha-1.0.jar - IGNORING Dec 27, 2009 Project Member?#1?yohanliy...@gmail.com This seems to be a issue with Maven repositories / configuration while downloading the dependencies of JCaptcha 1.0 library, and not a issue with JCaptcha4Struts2. JHLabs Imaging is a dependency of JCaptcha, which does not seem to be available in Maven Central repository : http://jira.codehaus.org/browse/MAVENUPLOAD-2350However, these artifacts are available at following Maven repositories. http://mirrors.ibiblio.org/pub/mirrors/maven2/ com/octo/captcha/jcaptcha/1.0/ http://maven.jahia.org/maven2/ com/jhlabs/imaging/01012005/Ensure that the above repositories are being used by your Maven configuration (apart from the Maven Central, which is the default). You can find out more about configuring your Maven installation in following articles :http://thedevelopercorner.blogspot.com/2007/08/adding-repositories-to-maaven-2.html http://maven.apache.org/guides/introduction/introduction-to-repositories.htmlIf these repos are in use, you should be able to retrieve the above dependencies. Alternatively, you can download these jar files and their pom files, and put those into your maven repository manually.In any approach, perform the build on your project with update snapshots enabled (intially, you don't have to do it in every build) : mvn -U clean installThis will attempt to download the jar files from the repositories.Thank you for using JCaptcha4Struts2, and I hope that this will help you to resolve your problem. Status:?Invalid?
Owner:?yohanliyanage?
Labels:?-Type-Defect -Priority-Medium Type-Other Priority-Low?
Dec 28, 2009 #2?skpate...@gmail.com Hi, thanks a lot for quick response and detailed guidance!Now I face some other issue, will come through forum ...Sanjay

總結

以上是生活随笔為你收集整理的jcaptcha maven的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內容還不錯,歡迎將生活随笔推薦給好友。