maven 報錯:Could not find artifact javax.security:jacc:jar:1.0 in central

在pom.xml 文件中加入 hibernate 的依賴報錯:

Could not find artifact javax.security:jacc:jar:1.0 in central

 

解決辦法:
從http://java.sun.com/j2ee/javaacc/ 下載那個zip 包
然後手動安裝 mvn install:install-file -DgroupId=javax.security -DartifactId=jacc -Dversion=1.0 -Dpackaging=jar -Dfile=D:/jacc-1_0-fr-class.zip

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章