summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jms-runtime-activemq/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/modules/binding-jms-runtime-activemq/pom.xml')
-rw-r--r--sca-java-2.x/trunk/modules/binding-jms-runtime-activemq/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-jms-runtime-activemq/pom.xml b/sca-java-2.x/trunk/modules/binding-jms-runtime-activemq/pom.xml
index 556fd74d56..32262c82da 100644
--- a/sca-java-2.x/trunk/modules/binding-jms-runtime-activemq/pom.xml
+++ b/sca-java-2.x/trunk/modules/binding-jms-runtime-activemq/pom.xml
@@ -57,6 +57,21 @@
<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>
+ <exclusions>
+ <exclusion>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <!-- end of addition for ActiveMQ -->
+
+
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>