diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-10-01 17:58:15 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-10-02 08:40:52 +0200 |
commit | cd96c5a2d601fa5b13e1b15d46f1b4812a745268 (patch) | |
tree | 7d3e5370480d49a1fc6ae5489b68af218438bb89 /sonar-duplications/pom.xml | |
parent | 6f125c33284cc5b7231cf982d8b7157c8097eb27 (diff) | |
download | sonarqube-cd96c5a2d601fa5b13e1b15d46f1b4812a745268.tar.gz sonarqube-cd96c5a2d601fa5b13e1b15d46f1b4812a745268.zip |
SONAR-4735 Remove the XML libs that are packaged with Java 6
Diffstat (limited to 'sonar-duplications/pom.xml')
-rw-r--r-- | sonar-duplications/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml index aed2cbbbd4c..e5de5abc1f3 100644 --- a/sonar-duplications/pom.xml +++ b/sonar-duplications/pom.xml @@ -42,6 +42,16 @@ <artifactId>pmd</artifactId> <version>4.3</version> <scope>test</scope> + <exclusions> + <exclusion> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + </exclusion> + <exclusion> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>junit</groupId> |