diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-06-02 18:18:12 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-06-02 18:18:12 +0200 |
commit | 5f4a40286949853388558b2c138f419bd7e6893d (patch) | |
tree | aafead8b6327fc22a646a685736e64169efe282a | |
parent | 5f98f5d2da9d6227d466797ada3c9562fa0b856a (diff) |
Removal of svg lib
Removal of svg libs and xml not used anymore
Issue-ID: CLAMP-854
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I710d2e12c4c994f8f9b26b584da6ff6676b362ad
-rw-r--r-- | pom.xml | 33 |
1 files changed, 0 insertions, 33 deletions
@@ -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> |