summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/compliance-tests/binding-jms/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-06-21 10:15:06 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-06-21 10:15:06 +0000
commitd922544c36c311d1f59b524c96e552d9646022e5 (patch)
treeddd4260ab5a0496058a7c6eb67f8b04deb947950 /sca-java-2.x/trunk/compliance-tests/binding-jms/pom.xml
parent800c9d8d741af86bebd62479a8d2dcbf20408a3a (diff)
Updates to get the jms test suite runner working
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956527 13f79535-47bb-0310-9956-ffa450edef68
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>