summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jms-runtime/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-11-03 13:44:33 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-11-03 13:44:33 +0000
commit1efb0e3d6fda2eec53c62d6e7ebb82edcd747900 (patch)
tree1711e68ac33812583396450b2452f1abbf4221c9 /sca-java-2.x/trunk/modules/binding-jms-runtime/pom.xml
parentd6c6217418ed38219d9c6f60f984fbbf4042fab2 (diff)
Remove ActiveMQ specific code as its now in the binding-jms-runtime-activemq module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1197114 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-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>