Set xml-apis as provided artifact (part of Java 7)

This commit is contained in:
Jean-Baptiste Lievremont 2014-12-17 15:19:36 +01:00
parent 3dd2676646
commit 1de893f4ba

View File

@ -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>