diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-15 23:29:56 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-04-15 23:29:56 +0000 |
commit | d33fae3a8cf97fee000da2cd7c510bae9158ee9d (patch) | |
tree | d0723669fc2e59f1f2338182c3d9d83c376c1340 /java/sca/modules | |
parent | 1088355064443754c54885f3b373537ea9f2e384 (diff) |
Exclude xml-apis
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@765423 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules')
-rw-r--r-- | java/sca/modules/binding-ws-axis2/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/sca/modules/binding-ws-axis2/pom.xml b/java/sca/modules/binding-ws-axis2/pom.xml index 8c8cbe753b..c12a11485c 100644 --- a/java/sca/modules/binding-ws-axis2/pom.xml +++ b/java/sca/modules/binding-ws-axis2/pom.xml @@ -340,12 +340,13 @@ </exclusions> </dependency> +<!-- <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> <version>1.3.03</version> </dependency> - +--> <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-host-jetty</artifactId> |