diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-29 05:58:46 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-29 05:58:46 +0000 |
commit | 920ae70b9bc7cea488f2a2ae32df32271321a6ca (patch) | |
tree | 339c6dc86858574f08cee58ace1516913ca192c4 /branches/sca-java-1.3/modules/binding-ws-axis2 | |
parent | 75fb9dcce2379889e3d6131576119eac8e4fe3a4 (diff) |
Exclude XmlSchema 1.3.1
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@680628 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.3/modules/binding-ws-axis2')
-rw-r--r-- | branches/sca-java-1.3/modules/binding-ws-axis2/pom.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/branches/sca-java-1.3/modules/binding-ws-axis2/pom.xml b/branches/sca-java-1.3/modules/binding-ws-axis2/pom.xml index 2754b45772..9688bbbbde 100644 --- a/branches/sca-java-1.3/modules/binding-ws-axis2/pom.xml +++ b/branches/sca-java-1.3/modules/binding-ws-axis2/pom.xml @@ -327,6 +327,12 @@ <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </exclusion> + <!-- Exclude XmlSchema 1.3.1 --> + <exclusion> + <groupId>org.apache.ws.commons.schema</groupId> + <artifactId>XmlSchema</artifactId> + </exclusion> + </exclusions> </dependency> @@ -355,6 +361,12 @@ <groupId>backport-util-concurrent</groupId> <artifactId>backport-util-concurrent</artifactId> </exclusion> + <!-- Exclude XmlSchema 1.3.1 --> + <exclusion> + <groupId>org.apache.ws.commons.schema</groupId> + <artifactId>XmlSchema</artifactId> + </exclusion> + </exclusions> </dependency> @@ -391,6 +403,12 @@ <groupId>backport-util-concurrent</groupId> <artifactId>backport-util-concurrent</artifactId> </exclusion> + <!-- Exclude XmlSchema 1.3.1 --> + <exclusion> + <groupId>org.apache.ws.commons.schema</groupId> + <artifactId>XmlSchema</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> |