Skip to content

Commit 4ed9f5f

Browse files
committed
[bugfix] Repair JNLP interface, use correct BC library
1 parent f24c43d commit 4ed9f5f

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)