I need to import javax.jms.* classes. What is the right dependency to include into a Maven project? I\'m trying javax.jms:jms:1.1, but no luck (it\
javax.jms.*
javax.jms:jms:1.1
Go to Maven Search site and search for javax. Open the latest version for groupId javax and artifactId javaee-api
javax
javaee-api
The current version is 7.0 [Maven dependency information]