Skip to content

Commit

Permalink
add bundle provider mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Oct 31, 2024
1 parent dfde5f8 commit 276b12a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ public final class BundleProvider {
put(mappings, "com.sun.xml.bind.jaxb-impl", new Info("org.glassfish.jaxb", "jaxb-runtime"));
put(mappings, "org.lucee.commonmark", new Info("org.lucee", "commonmark"));
put(mappings, "org.lucee.argon2-jvm-nolibs", new Info("org.lucee", "argon2-jvm-nolibs"));
put(mappings, "com.fasterxml.jackson.core.jackson-core", new Info("com.fasterxml.jackson.core", "jackson-core"));
}

private static void put(Map<String, Info[]> mappings, String name, Info... value) {
Expand Down

0 comments on commit 276b12a

Please sign in to comment.