Skip to content

Commit 5cbb4cc

Browse files
authored
Merge pull request #5554 from dizzzz/bugfix/port_of_5544_jnlp
[6.x.x] Repair JNLP interface, use correct BC library
2 parents f2981e1 + af2d67f commit 5cbb4cc

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)