diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-02 13:25:38 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-02 13:25:38 +0000 |
commit | 0ddd949b1932f38f78d3e5ae2bda48f2bed1e4fa (patch) | |
tree | 745cabbda19294d20a4c1acbbd77bc838a0a62ac /java/sca/modules | |
parent | 92ee976b4c008a30cc7942a77952ba4edc5a4861 (diff) |
Exclude another unwanted dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821011 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | java/sca/modules/binding-ws-axis2-policy/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/sca/modules/binding-ws-axis2-policy/pom.xml b/java/sca/modules/binding-ws-axis2-policy/pom.xml index 2ea6eb1813..f2e3c588ed 100644 --- a/java/sca/modules/binding-ws-axis2-policy/pom.xml +++ b/java/sca/modules/binding-ws-axis2-policy/pom.xml @@ -94,6 +94,10 @@ <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> </exclusion> + <exclusion> + <groupId>xerces</groupId> + <artifactId>xmlParserAPIs</artifactId> + </exclusion> <exclusion> <groupId>org.apache.axis2</groupId> <artifactId>axis2-adb</artifactId> |