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
This worked for myself
javax.jms javax.jms-api 2.0.1