diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-11 08:47:33 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-11 08:47:33 +0000 |
commit | 2339afe1f221913f1d4493c56b688a5f6861099a (patch) | |
tree | 7befd50dcaa33b1b401ddea387687ee687099df3 /sca-java-2.x/trunk | |
parent | 9da8ab33fb6c7fbff3708a0a3bcaaa4e05dbde65 (diff) |
Remove dependencies now included in base Java
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044585 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/modules/contribution-resource/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sca-java-2.x/trunk/modules/contribution-resource/pom.xml b/sca-java-2.x/trunk/modules/contribution-resource/pom.xml index 576670176a..2df499917f 100644 --- a/sca-java-2.x/trunk/modules/contribution-resource/pom.xml +++ b/sca-java-2.x/trunk/modules/contribution-resource/pom.xml @@ -41,17 +41,5 @@ <version>2.0-SNAPSHOT</version> </dependency> - <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> </dependencies> </project> |