From cd96c5a2d601fa5b13e1b15d46f1b4812a745268 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 1 Oct 2013 17:58:15 +0200 Subject: SONAR-4735 Remove the XML libs that are packaged with Java 6 --- pom.xml | 30 +++++++++++++++--------------- sonar-application/pom.xml | 4 ++-- sonar-duplications/pom.xml | 10 ++++++++++ sonar-plugin-api/pom.xml | 8 -------- sonar-server/pom.xml | 4 ---- sonar-testing-harness/pom.xml | 1 - 6 files changed, 27 insertions(+), 30 deletions(-) diff --git a/pom.xml b/pom.xml index 0e56cb71531..8ce106c3dea 100644 --- a/pom.xml +++ b/pom.xml @@ -637,11 +637,6 @@ ${sonarJava.version} sonar-plugin - - asm - asm-all - 3.2 - org.codehaus.plexus plexus-classworlds @@ -663,6 +658,7 @@ 10.0.1 + com.google.code.findbugs jsr305 @@ -771,6 +767,10 @@ javax.transaction jta + + xml-apis + xml-apis + @@ -870,6 +870,10 @@ org.codehaus.woodstox stax2-api + + stax + stax-api + org.codehaus.woodstox woodstox-core-asl @@ -984,6 +988,12 @@ org.codehaus.woodstox stax2-api 3.0.1 + + + stax + stax-api + + javax.servlet @@ -1005,16 +1015,6 @@ junit 4.10 - - xerces - xercesImpl - 2.8.1 - - - xalan - xalan - 2.7.1 - xmlunit xmlunit diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 66290c24389..7dc02556456 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -275,8 +275,8 @@ - 60000000 - 65000000 + 55000000 + 60000000 ${project.build.directory}/sonar-${project.version}.zip 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 @@ pmd 4.3 test + + + xml-apis + xml-apis + + + xerces + xercesImpl + + junit diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index 494d2291242..801b6306397 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -122,14 +122,6 @@ org.codehaus.staxmate staxmate - - xerces - xercesImpl - - - xalan - xalan - javax.servlet javax.servlet-api diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index 271bdc3d315..5e29e621f81 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -77,10 +77,6 @@ commons-configuration commons-configuration - - com.h2database - h2 - com.thoughtworks.xstream xstream diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index 10e29942062..99e4077deaf 100644 --- a/sonar-testing-harness/pom.xml +++ b/sonar-testing-harness/pom.xml @@ -48,7 +48,6 @@ org.dbunit dbunit - commons-lang commons-lang -- cgit v1.2.3