Skip to content

Commit 6dc6a27

Browse files
authored
Merge pull request #5545 from eXist-db/bugfix/5544-bug-jnlp-for-exist-630-release-does-not-have-references-to-bouncy-castle-libs
[bugfix] Repair JNLP interface, use correct BC library
2 parents 4a4e1ed + 4ed9f5f commit 6dc6a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exist-core/src/main/java/org/exist/webstart/JnlpJarFiles.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public class JnlpJarFiles {
6060
"commons-logging-%latest%",
6161
"commons-pool-%latest%",
6262
"jargo-%latest%",
63-
"bcprov-jdk15on-%latest%",
63+
"bcprov-jdk18on-%latest%",
6464
"fastutil-%latest%-min",
6565
"j8fu-%latest%",
6666
"jackson-core-%latest%",

0 commit comments

Comments
 (0)