diff options
author | jz385p <jz385p@us.att.com> | 2020-04-22 18:31:19 +0530 |
---|---|---|
committer | Jegadeesh Babu <jegadeesh.babu@att.com> | 2020-04-28 05:52:24 +0000 |
commit | 5216a4934898b56bd1960f09edf85b33b29b2c2e (patch) | |
tree | 7466772835cbcd4a4f34301ebd02f25f2da3a952 /ecomp-sdk/epsdk-core | |
parent | d9c58a74a9a791101e45ea01ee46feb827d2fa16 (diff) |
Upgraded Batik,Apache Common dependencies to latest version
Security fixes
Issue-ID: PORTAL-886
Change-Id: Ia16554188227e8e27d1f1969d655fb04f7c145de
Signed-off-by: jz385p <jegadeesh.babu@att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-core')
-rw-r--r-- | ecomp-sdk/epsdk-core/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
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> |