]> source.dussan.org Git - sonarqube.git/commitdiff
Set xml-apis as provided artifact (part of Java 7)
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Wed, 17 Dec 2014 14:19:36 +0000 (15:19 +0100)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Wed, 17 Dec 2014 14:32:52 +0000 (15:32 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 6c728f8dd929cd7ea8ef825c4778d030fdb7cc52..ff45974c8c3911e45f8cdb5a2cb80cdd60d896cc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <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>