aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Determe <sebastien.determe@intl.att.com>2020-06-03 09:08:36 +0000
committerGerrit Code Review <gerrit@onap.org>2020-06-03 09:08:36 +0000
commitb5424bcbe2f12bc0c209cca7227e7a46483c310b (patch)
treee0cdab9fbeb89e54b310e031cbac4235f8eeada1
parent40f57cc4800a441435a3d374fa963eea50229a13 (diff)
parent5f4a40286949853388558b2c138f419bd7e6893d (diff)
Merge "Removal of svg lib"
-rw-r--r--pom.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/pom.xml b/pom.xml
index 5a1540984..fe2ca72d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -255,39 +255,6 @@
<dependencies>
<dependency>
- <groupId>org.apache.xmlgraphics</groupId>
- <artifactId>batik-svggen</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-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>
<artifactId>eelf-core</artifactId>
<version>${eelf.core.version}</version>