diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-08-08 14:21:59 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-08-08 14:21:59 +0000 |
commit | 09023308ddc2df7b874b13a3485633792419941a (patch) | |
tree | 5be7f466ddf59e86980f886caa4bd19b73a81e1f /java/sca/modules/contribution | |
parent | 59a1271970dc22b54e34bdec810e704a544bb989 (diff) |
Remove xml-apis dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683975 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/contribution')
-rw-r--r-- | java/sca/modules/contribution/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/java/sca/modules/contribution/pom.xml b/java/sca/modules/contribution/pom.xml index aae9d73ac0..5a1c4b55b5 100644 --- a/java/sca/modules/contribution/pom.xml +++ b/java/sca/modules/contribution/pom.xml @@ -46,11 +46,6 @@ <artifactId>stax-api</artifactId> <version>1.0-2</version> </dependency> - <dependency> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - <version>1.3.03</version> - </dependency> </dependencies> <build> |