From ac60cac78259127fdeae8ebafd37878281f76b54 Mon Sep 17 00:00:00 2001 From: antelder Date: Tue, 9 Mar 2010 20:44:05 +0000 Subject: Add stax impl dependency to work around issue with the Sun JDK XML parser impl giving an unsupported operation exception creating an XMLStreamReader from a DOMSource. Adding the woodstox impl gets POL_4013 working and POL_4028 gets further but the test still fails (due to a Tuscany issue?) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921113 13f79535-47bb-0310-9956-ffa450edef68 --- sca-java-2.x/trunk/compliance-tests/policy/pom.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'sca-java-2.x/trunk/compliance-tests/policy/pom.xml') diff --git a/sca-java-2.x/trunk/compliance-tests/policy/pom.xml b/sca-java-2.x/trunk/compliance-tests/policy/pom.xml index d78bd9eda4..5aa57f882b 100644 --- a/sca-java-2.x/trunk/compliance-tests/policy/pom.xml +++ b/sca-java-2.x/trunk/compliance-tests/policy/pom.xml @@ -50,6 +50,22 @@ 2.0-SNAPSHOT + + + org.codehaus.woodstox + wstx-asl + 3.2.4 + runtime + + + stax + stax-api + + + + org.mortbay.jetty jetty @@ -77,7 +93,6 @@ **/POL_3001_TestCase.java **/POL_3002_TestCase.java **/POL_4003_TestCase.java - **/POL_4013_TestCase.java **/POL_4028_TestCase.java **/POL_9006_TestCase.java -- cgit v1.2.3