diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-01-28 15:30:44 +0100 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-01-28 15:30:44 +0100 |
commit | 5106a5be61c006488debd753f1e543e0dc6afa7c (patch) | |
tree | 8803816226d7e7e1cd7960d28b63a4f1c044f7e3 /pom.xml | |
parent | f332e2e4ce3d8de200fd90076f6d4da8bdade2d6 (diff) |
Fix dep problem
Fix dependency problem in eclipe & remove useless files in resources
Issue-ID: CLAMP-628
Change-Id: Ibe8ed1283b12e6379ff529e24c5ccbb85d3b3227
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -271,11 +271,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> |