java - What is the right Maven dependency for javax.jms.* classes? -



java - What is the right Maven dependency for javax.jms.* classes? -

i need import javax.jms.* classes. right dependency include maven project? i'm trying javax.jms:jms:1.1, no luck (it's pom, not jar).

ps. workaround i've found far is: javax:javaee-api:6.0 (from maven central).

in activemq pull in jms spec classes apache geronimo

<dependency> <groupid>org.apache.geronimo.specs</groupid> <artifactid>geronimo-jms_1.1_spec</artifactid> <version>1.1.1</version> </dependency>

java maven jms

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -