Author: antelder
Date: Thu Sep 8 14:39:22 2011
New Revision: 1166718
URL: http://svn.apache.org/viewvc?rev=1166718&view=rev
Log:
Fix BJM_6017_1_TestCase
Modified:
tuscany/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml
Modified:
tuscany/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml?rev=1166718&r1=1166717&r2=1166718&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml
(original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/binding-jms/pom.xml Thu
Sep 8 14:39:22 2011
@@ -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>