summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sca-java-2.x/trunk/modules/binding-jms-runtime/pom.xml15
1 files changed, 0 insertions, 15 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 5cdfb78d3e..bb1adae73c 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
@@ -59,21 +59,6 @@
<scope>provided</scope>
</dependency>
- <!-- Add the dependency for ActiveMQ as the JMS runtime to use -->
- <!-- TODO - why is this here and not in the ActiveMQ specific module?-->
- <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>