What happened to JMS 1.1 in Maven Central?

孤街浪徒 提交于 2020-02-05 04:04:33

问题


It seems that the jar is missing.

~ => wget http://central.maven.org/maven2/javax/jms/jms/1.1/jms-1.1.jar
--2017-11-27 11:22:29--  http://central.maven.org/maven2/javax/jms/jms/1.1/jms-1.1.jar
Resolving central.maven.org... 151.101.40.209
Connecting to central.maven.org|151.101.40.209|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2017-11-27 11:22:29 ERROR 404: Not Found.


回答1:


It seems that jms 1.1 has been removed from maven central long time ago because of licensing issues, look here



来源:https://stackoverflow.com/questions/47518359/what-happened-to-jms-1-1-in-maven-central

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