diff --git a/driver-core/pom.xml b/driver-core/pom.xml
index 5bcef7aad2a..ba068e4c6c6 100644
--- a/driver-core/pom.xml
+++ b/driver-core/pom.xml
@@ -78,7 +78,7 @@
- org.lz4
+ at.yawk.lz4
lz4-java
true
diff --git a/driver-tests/osgi/common/src/test/java/com/datastax/driver/osgi/BundleOptions.java b/driver-tests/osgi/common/src/test/java/com/datastax/driver/osgi/BundleOptions.java
index f56de4800c3..4d7eb488f12 100644
--- a/driver-tests/osgi/common/src/test/java/com/datastax/driver/osgi/BundleOptions.java
+++ b/driver-tests/osgi/common/src/test/java/com/datastax/driver/osgi/BundleOptions.java
@@ -101,7 +101,7 @@ public static CompositeOption lz4Bundle() {
public Option[] getOptions() {
return options(
systemProperty("cassandra.compression").value(ProtocolOptions.Compression.LZ4.name()),
- mavenBundle("org.lz4", "lz4-java", getVersion("lz4.version")));
+ mavenBundle("at.yawk.lz4", "lz4-java", getVersion("lz4.version")));
}
};
}
diff --git a/manual/compression/README.md b/manual/compression/README.md
index dd2a9dc9875..ba562cd3d52 100644
--- a/manual/compression/README.md
+++ b/manual/compression/README.md
@@ -28,9 +28,9 @@ Maven dependency:
```xml
- org.lz4
+ at.yawk.lz4
lz4-java
- 1.4.1
+ 1.9.0
```
diff --git a/pom.xml b/pom.xml
index 9cde7d59c5a..907c9401aab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
2.0.70.Final
3.2.6
1.1.10.7
- 1.8.0
+ 1.10.1
2.2.2
2.15.4
2.12.7
@@ -184,7 +184,7 @@
- org.lz4
+ at.yawk.lz4
lz4-java
${lz4.version}
@@ -558,7 +558,7 @@
${snappy.version}
- org.lz4
+ at.yawk.lz4
lz4-java
${lz4.version}