Cannot resolve javax.jms:jms:1.1 解决办法
去jboss上下载jms-1.1.jar丢到maven仓库目录:.m2\repository\javax\jms\jms\1.1 即可
下载地址:https://repository.jboss.org/maven2/javax/jms/jms/1.1/
问题原因:maven线上仓库上jms-1.1.jar文件出现了404,导致无法下载。
maven地址:https://mvnrepository.com/artifact/javax.jms/jms/1.1
可以看到本地仓库目录结构:
除了jar包没有,其它都有。
所以手动下载下jar包丢进去就好了。
致读者:感谢你阅读本文,请随手点击右下角的推荐或分享,谢谢!