aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-12-17 15:19:36 +0100
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-12-17 15:32:52 +0100
commit1de893f4ba5394713e695f780d258de4eae1299b (patch)
tree87490160904398b6da5d786339b01984782760ef /pom.xml
parent3dd2676646e60cc33de4a1e003fc3301546d6ce4 (diff)
downloadsonarqube-1de893f4ba5394713e695f780d258de4eae1299b.tar.gz
sonarqube-1de893f4ba5394713e695f780d258de4eae1299b.zip
Set xml-apis as provided artifact (part of Java 7)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6c728f8dd92..ff45974c8c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1099,6 +1099,15 @@
<artifactId>tomcat-embed-logging-juli</artifactId>
<version>${tomcat.version}</version>
</dependency>
+
+ <!-- Using scope=provided to exclude from all transitive dependencies -->
+ <dependency>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ <version>1.4.01</version>
+ <scope>provided</scope>
+ </dependency>
+
</dependencies>
</dependencyManagement>