summaryrefslogtreecommitdiffstats
path: root/application
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 /application
parent977c1fb4a2d45820e44ccedb848138bf38150ac1 (diff)
Exclude xerces:xercesImpl from provided classpath.
Diffstat (limited to 'application')
-rw-r--r--application/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/application/pom.xml b/application/pom.xml
index 311eb4fa2b6..3c74611c5da 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -104,6 +104,10 @@
<groupId>org.hdrhistogram</groupId>
<artifactId>HdrHistogram</artifactId>
</dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </dependency>
</dependencies>
<build>