summaryrefslogtreecommitdiffstats
path: root/jrt/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'jrt/pom.xml')
-rw-r--r--jrt/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jrt/pom.xml b/jrt/pom.xml
index c4fb87d24c4..b43c2b3899c 100644
--- a/jrt/pom.xml
+++ b/jrt/pom.xml
@@ -38,7 +38,7 @@
</dependency>
<dependency> <!-- required due to bug in maven dependency resolving - bouncycastle is compile scope in security-utils, yet it is not part of test scope here -->
<groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
+ <artifactId>bcpkix-jdk18on</artifactId>
<scope>test</scope>
</dependency>
</dependencies>