summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGervais-Martial Ngueko <gervais-martial.ngueko@intl.att.com>2020-01-28 14:58:17 +0000
committerGerrit Code Review <gerrit@onap.org>2020-01-28 14:58:17 +0000
commit05db0f21630449ddaaa2f29f8c26685b94c261da (patch)
tree0608cf4f333fcb930d3c7a3ed868bd7baefd2dc1 /pom.xml
parentf04d3755f4b15b877dc291a0824ffc257ced2b61 (diff)
parent5106a5be61c006488debd753f1e543e0dc6afa7c (diff)
Merge "Fix dep problem"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 17e76f64..4d835750 100644
--- a/pom.xml
+++ b/pom.xml
@@ -275,11 +275,23 @@
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-svg-dom</artifactId>
<version>1.11</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-transcoder</artifactId>
<version>1.11</version>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.att.eelf</groupId>