報錯集合

BLF_Boy發表於2020-11-11

Cannot resolve javax.jms:jms:1.1

從JBoss儲存庫下載jms-1.1.jar,
https://repository.jboss.org/nexus/content/groups/public/javax/jms/jms/1.1/jms-1.1.jar
然後:
mvn install:install-file -DgroupId=javax.jms -DartifactId=jms -Dversion=1.1 -Dpackaging=jar -Dfile=jms-1.1.jar