diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2012-05-18 14:45:46 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2012-05-18 14:45:46 +0000 |
commit | ffd9714a8998701f815cb915a83febe5d399d62c (patch) | |
tree | c97d72553f59f53ea16bee0948dc504ae1affc29 /sca-java-2.x/trunk/modules | |
parent | 7d9dfbf68ff920164c4eb3d4a2183e514b62a31c (diff) |
TUSCANY-4044: Apply fix from Andrew Potter to fix policy-wspolicy build failure with IBM JDK
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1340110 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules')
-rw-r--r-- | sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml b/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml index 608ca2671c..3f2630330c 100644 --- a/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml +++ b/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml @@ -101,20 +101,14 @@ </exclusion> </exclusions> </dependency> -<!-- + <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.1.1</version> - <scope>runtime</scope> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> - </dependency> ---> + <groupId>org.codehaus.woodstox</groupId> + <artifactId>wstx-asl</artifactId> + <version>3.2.9</version> + <scope>test</scope> + </dependency> + </dependencies> </project> |