diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-12-17 15:19:36 +0100 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-12-17 15:32:52 +0100 |
commit | 1de893f4ba5394713e695f780d258de4eae1299b (patch) | |
tree | 87490160904398b6da5d786339b01984782760ef /pom.xml | |
parent | 3dd2676646e60cc33de4a1e003fc3301546d6ce4 (diff) | |
download | sonarqube-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.xml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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> |