From 987fc74925dc4051f08913393924d2b826d7e59c Mon Sep 17 00:00:00 2001 From: vasraz Date: Mon, 29 Nov 2021 17:42:02 +0000 Subject: Fix vulnerable dependency Signed-off-by: Vasyl Razinkov Issue-ID: SDC-3795 Change-Id: Ib6f7902b2f8380ad9febcc2fad0374e8070af15c --- integration-tests/pom.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'integration-tests/pom.xml') diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index d0eebdba5d..ad886c50f1 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -118,6 +118,16 @@ limitations under the License. extentreports 3.0.6 test + + + org.jsoup + jsoup + + + org.apache.httpcomponents + httpmime + + org.janusgraph @@ -157,6 +167,10 @@ limitations under the License. dom4j dom4j + + org.slf4j + jcl-over-slf4j + @@ -187,6 +201,10 @@ limitations under the License. commons-codec commons-codec + + org.apache.httpcomponents + httpcore + @@ -258,6 +276,10 @@ limitations under the License. com.fasterxml.jackson.core jackson-core + + org.slf4j + jcl-over-slf4j + @@ -271,6 +293,16 @@ limitations under the License. proxy-vole 1.0.2 test + + + net.java.dev.jna + jna + + + net.java.dev.jna + jna-platform + + commons-net -- cgit 1.2.3-korg