From 9593f0d57c716a26fc9911da8db7e0a2bbb84024 Mon Sep 17 00:00:00 2001 From: jonmv Date: Wed, 22 Jun 2022 11:49:01 +0200 Subject: Ensure bouncycastle is not in provided scope; work around Maven dep.res. bug --- container-test/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/container-test/pom.xml b/container-test/pom.xml index f2079c97d6d..591f8ee829f 100644 --- a/container-test/pom.xml +++ b/container-test/pom.xml @@ -30,12 +30,20 @@ com.yahoo.vespa vespajlib + + org.bouncycastle + bcpkix-jdk15on + + + org.bouncycastle + bcpkix-jdk15on + com.ibm.icu icu4j -- cgit v1.2.3