Liberty Maven repo for 17.0.0.1 not found

久未见 提交于 2020-01-07 03:21:48

问题


Using the URL: http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/maven/repository/ as a repository in the settings.xml and then adding the dependencies in pom.xml as described here: https://www.ibm.com/support/knowledgecenter/en/was_beta/com.ibm.websphere.wdt.doc/topics/localrepo.htm my libraries based on Liberty v17.0.0.1 are not found.

For example latest version of the basics.jar is 1.2.16 in my server installation, but the website only goes to 1.2.12.

Where should I find the jar files matching what gets installed with 17.0.0.1 for my repository entry in the settings.xml and dependencies in the pom.xml?


回答1:


The Liberty dependencies were moved into maven central to simplify the process. There is no longer a need to depend on the special repository.



来源:https://stackoverflow.com/questions/43794005/liberty-maven-repo-for-17-0-0-1-not-found

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!