Skip to content

Commit

Permalink
OAK-11327: Remove usage of Guava ImmutableListMultimap - fix oak-stor…
Browse files Browse the repository at this point in the history
  • Loading branch information
reschke committed Dec 25, 2024
1 parent 7c2f6b2 commit bd326d1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ public static Option jackrabbit() {
mavenBundle().groupId(JACKRABBIT_GROUP_ID).artifactId("jackrabbit-jcr-commons").version("2.20.4"),
mavenBundle().groupId("javax.jcr").artifactId("jcr").versionAsInProject(),
mavenBundle().groupId("commons-codec").artifactId("commons-codec").versionAsInProject(),
mavenBundle().groupId("commons-io").artifactId("commons-io").versionAsInProject()
mavenBundle().groupId("commons-io").artifactId("commons-io").versionAsInProject(),
mavenBundle().groupId("org.apache.commons").artifactId("commons-collections4").versionAsInProject()
);
}

Expand Down

0 comments on commit bd326d1

Please sign in to comment.