summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSunder Tattavarada <statta@research.att.com>2020-04-29 19:40:53 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-29 19:40:53 +0000
commitc7f033eec8a0a88a2ae0d200b5cc5f25fe41e70f (patch)
tree2b523bd102eb3baed4fe10b755c43dd995c388fd
parent1ecdd01fb14464b94aaa208f34af3ca078dc31da (diff)
parent5216a4934898b56bd1960f09edf85b33b29b2c2e (diff)
Merge "Upgraded Batik,Apache Common dependencies to latest version"
-rw-r--r--ecomp-sdk/epsdk-app-common/pom.xml6
-rw-r--r--ecomp-sdk/epsdk-core/pom.xml5
2 files changed, 8 insertions, 3 deletions
diff --git a/ecomp-sdk/epsdk-app-common/pom.xml b/ecomp-sdk/epsdk-app-common/pom.xml
index 91f7e8dc..75c7e29e 100644
--- a/ecomp-sdk/epsdk-app-common/pom.xml
+++ b/ecomp-sdk/epsdk-app-common/pom.xml
@@ -297,17 +297,17 @@
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-css</artifactId>
- <version>1.9</version>
+ <version>1.10</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-ext</artifactId>
- <version>1.9</version>
+ <version>1.10</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-util</artifactId>
- <version>1.9</version>
+ <version>1.10</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
diff --git a/ecomp-sdk/epsdk-core/pom.xml b/ecomp-sdk/epsdk-core/pom.xml
index 2f48a8d1..1278a11b 100644
--- a/ecomp-sdk/epsdk-core/pom.xml
+++ b/ecomp-sdk/epsdk-core/pom.xml
@@ -445,6 +445,11 @@
<groupId>org.beanshell</groupId>
<artifactId>bsh-core</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.xmlgraphics</groupId>
+ <artifactId>batik-css</artifactId>
+ </exclusion>
+
</exclusions>
</dependency>