Removal of svg lib 98/108698/1
authorsebdet <sebastien.determe@intl.att.com>
Tue, 2 Jun 2020 16:18:12 +0000 (18:18 +0200)
committersebdet <sebastien.determe@intl.att.com>
Tue, 2 Jun 2020 16:18:12 +0000 (18:18 +0200)
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

pom.xml

diff --git a/pom.xml b/pom.xml
index 5a15409..fe2ca72 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        </dependencyManagement>
 
        <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>