diff options
Diffstat (limited to 'branches/sca-java-1.3.1/modules/implementation-script/pom.xml')
-rw-r--r-- | branches/sca-java-1.3.1/modules/implementation-script/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/branches/sca-java-1.3.1/modules/implementation-script/pom.xml b/branches/sca-java-1.3.1/modules/implementation-script/pom.xml index 34aef3196a..65a383d30d 100644 --- a/branches/sca-java-1.3.1/modules/implementation-script/pom.xml +++ b/branches/sca-java-1.3.1/modules/implementation-script/pom.xml @@ -73,6 +73,10 @@ <groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
</exclusions>
<version>1.2.5</version>
</dependency>
|