From 3654a49f2cb675fec4422159fdbdea9ab5ef9c51 Mon Sep 17 00:00:00 2001 From: "Jalpreet Singh Nanda (:imjalpreet)" Date: Mon, 14 Oct 2024 20:03:32 +0530 Subject: [PATCH] Add JVM add-opens to fix cassandra-integration-smoke-test --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 26e801acf4be3..561616877456f 100644 --- a/pom.xml +++ b/pom.xml @@ -2557,6 +2557,7 @@ --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED + --add-opens java.base/java.util.concurrent=ALL-UNNAMED