diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-07-26 15:01:06 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2021-07-27 08:06:06 +0000 |
commit | b65fcbf6928b13600e7764b9f37ba039cb64b6c9 (patch) | |
tree | 9f3beab8311ccc1c19fd33ad8b13f5e715df8483 /catalog-be | |
parent | 389eb1656860a8cc2cd0f2cc78c8ed813810b07e (diff) |
Remove dependency vulnerability
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Id6f1a33b86369b54af70094686d3a15d4dca3b15
Issue-ID: SDC-3572
Diffstat (limited to 'catalog-be')
-rw-r--r-- | catalog-be/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index bf56d4d3c9..666b58aa3c 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -420,6 +420,10 @@ <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> </exclusion> + <exclusion> + <groupId>dom4j</groupId> + <artifactId>dom4j</artifactId> + </exclusion> </exclusions> </dependency> @@ -545,6 +549,10 @@ <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.xmlgraphics</groupId> + <artifactId>xmlgraphics-commons</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |