summaryrefslogtreecommitdiffstats
path: root/container-test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-test/pom.xml')
-rw-r--r--container-test/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 65418f75ae2..100fe749394 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -32,7 +32,7 @@
</exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
+ <artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
@@ -40,7 +40,7 @@
in provided scope when container-test is declared before, and together with, the container artifact -->
<dependency>
<groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
+ <artifactId>bcpkix-jdk18on</artifactId>
</dependency>
<!-- All dependencies that should be visible in test classpath, but not compile classpath,