summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml')
-rw-r--r--sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml
index 6413eecc66..2cc7f67495 100644
--- a/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml
+++ b/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml
@@ -40,8 +40,16 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-base-runtime</artifactId>
+ <artifactId>tuscany-core-runtime-pom</artifactId>
<version>2.0-SNAPSHOT</version>
+ <type>pom</type>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-base-runtime-pom</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <type>pom</type>
</dependency>
<dependency>
@@ -100,7 +108,7 @@
<executions>
<execution>
<id>unpack</id>
- <phase>test-compile</phase>
+ <phase>process-classes</phase>
<goals>
<goal>unpack</goal>
</goals>