Skip to content

Commit c93f1c0

Browse files
fix bug with jdk15
1 parent 658054a commit c93f1c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dd-java-agent/instrumentation/datastax-cassandra-4/datastax-cassandra-4.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ dependencies {
2929
testCompile group: 'com.datastax.oss', name: 'java-driver-core', version: '4.0.1'
3030
testCompile group: 'org.cassandraunit', name: 'cassandra-unit', version: '4.3.1.0'
3131

32+
// Force 0.3.3 because 0.3.0 has a version parsing bug that fails on jdk 15
33+
testCompile group: 'com.github.jbellis', name: "jamm", version: '0.3.3'
34+
3235
testCompile project(':dd-java-agent:instrumentation:guava-10')
3336

3437
latestDepTestCompile group: 'com.datastax.oss', name: 'java-driver-core', version: '+'

0 commit comments

Comments
 (0)