summaryrefslogtreecommitdiffstats
path: root/catalog-fe
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2021-07-26 15:01:06 +0100
committerMichael Morris <michael.morris@est.tech>2021-07-27 08:06:06 +0000
commitb65fcbf6928b13600e7764b9f37ba039cb64b6c9 (patch)
tree9f3beab8311ccc1c19fd33ad8b13f5e715df8483 /catalog-fe
parent389eb1656860a8cc2cd0f2cc78c8ed813810b07e (diff)
Remove dependency vulnerability
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Id6f1a33b86369b54af70094686d3a15d4dca3b15 Issue-ID: SDC-3572
Diffstat (limited to 'catalog-fe')
-rw-r--r--catalog-fe/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml
index 5e950a0b40..05473627ab 100644
--- a/catalog-fe/pom.xml
+++ b/catalog-fe/pom.xml
@@ -284,6 +284,10 @@
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.xmlgraphics</groupId>
+ <artifactId>xmlgraphics-commons</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>