From e15c237c9a5600f4de181742dcf0e5b3d569d838 Mon Sep 17 00:00:00 2001 From: Ferenc Csaky Date: Thu, 11 Apr 2024 14:42:02 +0200 Subject: [PATCH] [FLINK-34930] Enable module opens for tests for newer JDKs --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 4bbdbc0..e79dbb7 100644 --- a/pom.xml +++ b/pom.xml @@ -66,6 +66,10 @@ under the License. flink-connector-kudu-parent + + --add-opens=java.base/java.lang=ALL-UNNAMED + --add-opens=java.base/java.util=ALL-UNNAMED +