使用maven遇到Missing artifact javax.jms:jms:jar:1.1:compile pom裏面已經設置html
<dependency>java
<groupId>javax.jms</groupId>apache
<artifactId>jms</artifactId>maven
<version>1.1</version>.net
</dependency> 到本地庫去查看,發現根本就沒有jar,只有pom文件 查明緣由是sun licence,中央庫,根本就沒有這個jar。 參考 [http://mail-archives.apache.org/mod_mbox/maven-users/200810.mbox/%3C52bab8690810271030t2b1d26ffsd2003608b3c3fc7e@mail.gmail.com%3E](http://) 本身下載jms-1.1,下載地址爲 http://repository.jboss.org/maven2/javax/jms/jms/1.1/ http://download.csdn.net/download/leidajin/7576957 http://www.thinksaas.cn/topics/0/327/327156.html htm