diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.3.1/modules/policy-xml-ws/pom.xml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/branches/sca-java-1.3.1/modules/policy-xml-ws/pom.xml b/branches/sca-java-1.3.1/modules/policy-xml-ws/pom.xml index a79cf62430..b46490f171 100644 --- a/branches/sca-java-1.3.1/modules/policy-xml-ws/pom.xml +++ b/branches/sca-java-1.3.1/modules/policy-xml-ws/pom.xml @@ -64,17 +64,14 @@ <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> + <exclusion> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + </exclusion> </exclusions> </dependency> <dependency> - <groupId>xerces</groupId> - <artifactId>xercesImpl</artifactId> - <version>2.8.1</version> - <scope>runtime</scope> - </dependency> - - <dependency> <groupId>org.apache.neethi</groupId> <artifactId>neethi</artifactId> <version>2.0.2</version> |