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
According to mvnrepository, the dependency to add in the pom of your project is the following:
jms jms 1.1