diff options
Diffstat (limited to 'sca-java-2.x/trunk/modules/binding-jms-runtime/pom.xml')
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-jms-runtime/pom.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-jms-runtime/pom.xml b/sca-java-2.x/trunk/modules/binding-jms-runtime/pom.xml index 01ab3dd8f9..cca26fec30 100644 --- a/sca-java-2.x/trunk/modules/binding-jms-runtime/pom.xml +++ b/sca-java-2.x/trunk/modules/binding-jms-runtime/pom.xml @@ -58,7 +58,15 @@ <version>2.0.0</version> <scope>provided</scope> </dependency> - + + <!-- Add the dependency for ActiveMQ as the JMS runtime to use --> + <dependency> + <groupId>org.apache.activemq</groupId> + <artifactId>activemq-core</artifactId> + <version>5.3.0</version> + </dependency> + <!-- end of addition for ActiveMQ --> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> |