From bd225e14109aa834fc59397e883a0150810fcefa Mon Sep 17 00:00:00 2001 From: Chris Cranford Date: Mon, 10 Apr 2023 11:58:21 -0400 Subject: [PATCH] DBZ-6320 Fix Cassandra3 build to work with JDK names sans dots. The most recent JDK 20 version string is simply "20" and the jamm dependency bundled with cassandra-all does not support version strings that may not contain dots, basically it only supports JDK 8 or earlier. Bumping to 0.3.3 supports dot and non-dot named version strings. --- cassandra-3/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/cassandra-3/pom.xml b/cassandra-3/pom.xml index d6e3d53..085172a 100644 --- a/cassandra-3/pom.xml +++ b/cassandra-3/pom.xml @@ -45,8 +45,19 @@ org.slf4j log4j-over-slf4j + + + com.github.jbellis + jamm + + + + com.github.jbellis + jamm + 0.3.3 +