summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/compliance-tests/binding-jms/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/compliance-tests/binding-jms/pom.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/compliance-tests/binding-jms/pom.xml b/sca-java-2.x/trunk/compliance-tests/binding-jms/pom.xml
index e864b59192..cf604a3d92 100644
--- a/sca-java-2.x/trunk/compliance-tests/binding-jms/pom.xml
+++ b/sca-java-2.x/trunk/compliance-tests/binding-jms/pom.xml
@@ -44,6 +44,18 @@
<version>2.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca.shades</groupId>
+ <artifactId>tuscany-jms</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-core</artifactId>
+ <version>5.2.0</version>
+ </dependency>
+
<!-- This is need when running with Sun JDK which gets an unsupported operation exception creating an XMLStreamReader from a DOMSource
when Tuscany is writing a property value -->
<dependency>
@@ -106,7 +118,7 @@
<artifactId>oasis-binding-jms-test-runner</artifactId>
<version>1.0-SNAPSHOT</version>
<type>jar</type>
- <excludes>commons-logging.properties,oasis-sca-tests.properties</excludes>
+ <excludes>commons-logging.properties,oasis-sca-tests.properties,tuscany-oasis-sca-tests-errors.properties</excludes>
<outputDirectory>${project.build.directory}/test-classes</outputDirectory>
</artifactItem>
</artifactItems>