diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-11 09:06:26 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-11 09:06:26 +0000 |
commit | f04ea4c2210d49ff12afd97725b9adf9fae37c1f (patch) | |
tree | 6bfb6bfb842539e70b8ae12a8be897b318e6cd86 /sca-java-2.x/trunk/modules/policy-wspolicy | |
parent | 7661a3bec8209546aa8219aa361cdcfd3391c246 (diff) |
Remove dependencies now included in base Java
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044595 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/policy-wspolicy')
-rw-r--r-- | sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml | 13 |
1 files changed, 0 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 71cafc147c..388fa4ad40 100644 --- a/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml +++ b/sca-java-2.x/trunk/modules/policy-wspolicy/pom.xml @@ -109,19 +109,6 @@ </dependency> <dependency> - <groupId>org.codehaus.woodstox</groupId> - <artifactId>wstx-asl</artifactId> - <version>3.2.6</version> - <scope>runtime</scope> - <exclusions> - <exclusion> - <groupId>stax</groupId> - <artifactId>stax-api</artifactId> - </exclusion> - </exclusions> - </dependency> - - <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1.1</version> |