We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f30efe commit 243e3eeCopy full SHA for 243e3ee
cassandra-embedded/pom.xml
@@ -69,11 +69,17 @@
69
<groupId>org.apache.cassandra</groupId>
70
<artifactId>cassandra-all</artifactId>
71
<version>4.1.3</version>
72
+ <exclusions>
73
+ <exclusion>
74
+ <groupId>org.lz4</groupId>
75
+ <artifactId>lz4-java</artifactId>
76
+ </exclusion>
77
+ </exclusions>
78
</dependency>
79
<dependency>
- <groupId>org.lz4</groupId>
- <artifactId>lz4-java</artifactId>
- <version>1.8.0</version>
80
+ <groupId>at.yawk.lz4</groupId>
81
82
+ <version>1.10.1</version>
83
84
85
<groupId>org.xerial.snappy</groupId>
0 commit comments