aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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>