From 7f852552da74db8c2b15d56c55d0b9faff720479 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Sun, 17 May 2015 15:29:54 +0200 Subject: [PATCH] SONAR-6517 do not package the xml libs provided by Java 1.7+ xml-apis.jar and stax-api.jar do not need to be packaged into distribution nor to be defined as dependencies of sonar-plugin-api. --- pom.xml | 14 ++++++++++++++ server/sonar-server/pom.xml | 7 +++++++ 2 files changed, 21 insertions(+) diff --git a/pom.xml b/pom.xml index 2a59429c32d..20ac8d90088 100644 --- a/pom.xml +++ b/pom.xml @@ -835,6 +835,13 @@ org.hibernate hibernate-annotations 3.4.0.GA + + + + xml-apis + xml-apis + + org.hibernate @@ -941,6 +948,13 @@ org.codehaus.woodstox woodstox-core-lgpl 4.4.0 + + + + javax.xml.stream + stax-api + + org.codehaus.staxmate diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index 060f744bfa1..41ea17e5ab8 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -59,6 +59,13 @@ dom4j dom4j 1.6.1 + + + + xml-apis + xml-apis + + com.google.code.gson -- 2.39.5