Skip to content

Commit 25f36d0

Browse files
committed
[#597] Updating groupId of native-protocol in BundleOptions (used in OsgiGeoTypesIT & OsgiGraphIT).
1 parent b428ac1 commit 25f36d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osgi-tests/src/test/java/com/datastax/oss/driver/internal/osgi/support/BundleOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public static CompositeOption commonBundles() {
4040
mavenBundle("org.slf4j", "slf4j-api").versionAsInProject(),
4141
mavenBundle("org.hdrhistogram", "HdrHistogram").versionAsInProject(),
4242
mavenBundle("com.typesafe", "config").versionAsInProject(),
43-
mavenBundle("com.datastax.oss", "native-protocol").versionAsInProject(),
43+
mavenBundle("com.scylladb", "native-protocol").versionAsInProject(),
4444
logbackBundles(),
4545
debugOptions());
4646
}

0 commit comments

Comments
 (0)