I am trying to add dependency to pull javax.jms.*
I tried many repos but none seem to have this. Any idea if there is a maven repo to pull this jar?
What I've tried until now:
compile group: 'javax.jms', name: 'javax.jms-api', version: '2.0.1'
compile group: 'org.glassfish.main.javaee-api', name: 'javax.jms', version: '3.1.2.2'
compile group: 'Javax.jms', name: 'jms', version: '1.1'