Missing artifact javax.jms:jms:jar:1.1:compile

使用maven遇到Missing artifact javax.jms:jms:jar:1.1:compile
pom里面已经设置
	<dependency>
			<groupId>javax.jms</groupId>
			<artifactId>jms</artifactId>
			<version>1.1</version>
		</dependency>

到本地库去查看,发现根本就没有jar,只有pom文件
查明原因是sun licence,中央库,根本就没有这个jar。
参考
http://mail-archives.apache.org/mod_mbox/maven-users/200810.mbox/%[email protected]%3E
自己下载jms-1.1,下载地址为
http://repository.jboss.org/maven2/javax/jms/jms/1.1/

你可能感兴趣的:(apache,maven,jboss,jms,Gmail)