简体   繁体   中英

Maven JMS libraries are gone?

I noticed this yesterday that my maven java project is missing JMS 1.1, JMX tools 1.2.1, and JMX RI 1.2.1 by unfold the Maven dependencies in Java build path, so I could not build my project. I also checked maven repo https://mvnrepository.com/artifact/javax.jms/jms/1.1 and the file shows 404 not found.

Does anyone know what is happening about Maven?

Have a look in MavenCentral

http://search.maven.org

you will still find it.

(mvnrepository is not MavenCentral)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM