aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/pom.xml
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2022-05-24 09:12:03 +0100
committervasraz <vasyl.razinkov@est.tech>2022-05-24 09:12:03 +0100
commit47c04b23cf7fe1ab24eee39e8d001dbe84c5fef3 (patch)
tree79ec101e77b16aa5a9f807167c9eea72e8ed756d /catalog-be/pom.xml
parentf82f57944a6cf0151cf611e938acda0cb6ea9d65 (diff)
Remove vulnerable dependency
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I7faf230b6cd65cafb07ed766a333f7857410db8a Issue-ID: SDC-4017
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r--catalog-be/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml
index 6595fef849..467b356c4b 100644
--- a/catalog-be/pom.xml
+++ b/catalog-be/pom.xml
@@ -637,6 +637,10 @@
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>net.sourceforge.nekohtml</groupId>
+ <artifactId>nekohtml</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>