Skip to content

Commit d5ff9f6

Browse files
authored
Merge pull request #223 from evolvedbinary/6.x.x/hotfix/missing-oxygen-libs
[6.x.x] Adds missing OxygenXML libs
2 parents 016695f + 0183a15 commit d5ff9f6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,11 @@ public class JnlpJarFiles {
8383
"commons-io-%latest%",
8484
"commons-logging-%latest%",
8585
"commons-pool-%latest%",
86+
"elemental-media-type-api-%latest%",
87+
"elemental-media-type-impl-%latest%",
8688
"jargo-%latest%",
8789
"bcprov-jdk18on-%latest%",
88-
"fastutil-%latest%-min",
90+
"fastutil-%latest%",
8991
"j8fu-%latest%",
9092
"jackson-core-%latest%",
9193
"jcip-annotations-%latest%",

0 commit comments

Comments
 (0)