summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/jms/callbacks/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/testing/itest/jms/callbacks/pom.xml41
1 files changed, 1 insertions, 40 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/jms/callbacks/pom.xml b/sca-java-2.x/trunk/testing/itest/jms/callbacks/pom.xml
index 780724ce5e..e7ee6b3a69 100644
--- a/sca-java-2.x/trunk/testing/itest/jms/callbacks/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/jms/callbacks/pom.xml
@@ -21,52 +21,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-itest</artifactId>
+ <artifactId>itest-jms</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>itest-jms-callbacks</artifactId>
<name>Apache Tuscany SCA iTest JMS Tests For Callbacks</name>
- <dependencies>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
- <scope>runtime</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-binding-jms-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node-impl</artifactId>
- <version>2.0-SNAPSHOT</version>
- <scope>test</scope>
- </dependency>
-
- <!-- uses ActiveMQ 5.1 as 4.1 Session.createQueue does not work using
- a temporary queue name -->
- <dependency>
- <groupId>org.apache.activemq</groupId>
- <artifactId>activemq-core</artifactId>
- <version>5.2.0</version>
- <scope>test</scope>
- </dependency>
-
- </dependencies>
-
<build>
<finalName>${artifactId}</finalName>
</build>