Skip to content

Commit

Permalink
Merge pull request #1657 from hhughes/JAVA-3071
Browse files Browse the repository at this point in the history
JAVA-3071: OsgiGraphIT.test_graph fails with dse-6.8.30
  • Loading branch information
hhughes authored Jun 22, 2023
2 parents a3a8a4f + fba2cf6 commit 2fa0faf
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ public static CompositeOption tinkerpopBundles() {
.overwriteManifest(WrappedUrlProvisionOption.OverwriteMode.FULL),
// Note: the versions below are hard-coded because they shouldn't change very often,
// but if the tests fail because of them, we should consider parameterizing them
mavenBundle("commons-configuration", "commons-configuration", "1.10"),
mavenBundle("com.sun.mail", "mailapi", "1.6.4"),
mavenBundle("org.apache.commons", "commons-text", "1.8"),
mavenBundle("org.apache.commons", "commons-configuration2", "2.7"),
CoreOptions.wrappedBundle(mavenBundle("commons-logging", "commons-logging", "1.1.1"))
.exports("org.apache.commons.logging.*")
.bundleVersion("1.1.1")
Expand Down

0 comments on commit 2fa0faf

Please sign in to comment.