From 29d946c6d3c738db2060f8c78dffb9b28de87077 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Wed, 9 Oct 2024 21:08:15 -0700 Subject: [PATCH] Manual merge of pom.xml --- pom.xml | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/pom.xml b/pom.xml index 9560d817..c8f39df7 100644 --- a/pom.xml +++ b/pom.xml @@ -210,4 +210,58 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos. + + + + java17 + + 17 + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + add-test-source + generate-test-sources + + add-test-source + + + + src/test-jdk17/java + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + true + + + 17 + 17 + + -parameters + --add-opens=java.base/java.lang=ALL-UNNAMED + --add-opens=java.base/java.util=ALL-UNNAMED + + + + + org.apache.maven.plugins + maven-surefire-plugin + + --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED + + + + + + +