summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/jms/selectors/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/jms/selectors/pom.xml')
-rw-r--r--sca-java-2.x/trunk/testing/itest/jms/selectors/pom.xml37
1 files changed, 1 insertions, 36 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/jms/selectors/pom.xml b/sca-java-2.x/trunk/testing/itest/jms/selectors/pom.xml
index c3dd5edee8..4b3eee5c5d 100644
--- a/sca-java-2.x/trunk/testing/itest/jms/selectors/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/jms/selectors/pom.xml
@@ -21,7 +21,7 @@
<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>
@@ -29,41 +29,6 @@
<artifactId>itest-jms-selectors</artifactId>
<name>Apache Tuscany SCA iTest JMS Tests For Selectors</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-node-impl</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.activemq</groupId>
- <artifactId>activemq-core</artifactId>
- <version>5.2.0</version>
- </dependency>
-
- </dependencies>
-
<build>
<finalName>${artifactId}</finalName>
</build>