summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-09-08 14:39:22 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-09-08 14:39:22 +0000
commit0ef82c22efacfe47df72102ec1b4b4d5892f4c74 (patch)
treef5bf11a3da075cbacff8825765ec5d06cea6f214 /sca-java-2.x
parent80c30ca90d39114688838412ba74952794a3c5fb (diff)
Fix BJM_6017_1_TestCase
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1166718 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml19
1 files changed, 6 insertions, 13 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 f474f170db..38eefea262 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
@@ -53,23 +53,17 @@
<dependency>
<groupId>org.apache.activemq</groupId>
- <artifactId>activemq-core</artifactId>
+ <artifactId>activemq-all</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>
- <groupId>org.codehaus.woodstox</groupId>
- <artifactId>wstx-asl</artifactId>
- <version>3.2.4</version>
- <scope>runtime</scope>
- <exclusions>
- <exclusion>
- <groupId>stax</groupId>
- <artifactId>stax-api</artifactId>
- </exclusion>
- </exclusions>
+ <dependency>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ <version>3.2.9</version>
+ <scope>runtime</scope>
</dependency>
<dependency>
@@ -93,7 +87,6 @@
<excludes>
<exclude>**/BJM_6015_2_TestCase.java</exclude>
<exclude>**/BJM_6015_3_TestCase.java</exclude>
- <exclude>**/BJM_6017_1_TestCase.java</exclude>
</excludes>
</configuration>
</plugin>