diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index efc6d0b91a..7c94671a92 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -37,6 +37,7 @@ true true true + false @@ -45,6 +46,17 @@ guice4 + + + + org.owasp + dependency-check-maven + + ${skipItDepCheck} + + + + diff --git a/pom.xml b/pom.xml index de9fd5314d..af2fc1f5a2 100644 --- a/pom.xml +++ b/pom.xml @@ -1192,6 +1192,11 @@ guice ${guice.version} + + com.google.guava + guava + 31.1-jre + com.google.inject.extensions guice-multibindings