summaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2017-09-18 12:34:36 +0200
committergjoranv <gv@oath.com>2017-09-18 12:34:36 +0200
commitcab9b3de1c8dc8a8f09e212f7d35be3ebbc5c5ae (patch)
tree3a556356853a819469ee33d0aa25798780b3d96e /container-dev
parent977c1fb4a2d45820e44ccedb848138bf38150ac1 (diff)
Exclude xerces:xercesImpl from provided classpath.
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 46b68f5a592..6968bb5c91f 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -153,6 +153,10 @@
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>