From 73ec8333abd0aa0a3a38762482b2d6893ef4a2be Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 14 Sep 2022 15:04:36 -0700 Subject: [PATCH] Remove Java 17 Maven build profile. Resolves #623. --- spring-data-geode/pom.xml | 54 --------------------------------------- 1 file changed, 54 deletions(-) diff --git a/spring-data-geode/pom.xml b/spring-data-geode/pom.xml index a3893dd7..b38267e5 100644 --- a/spring-data-geode/pom.xml +++ b/spring-data-geode/pom.xml @@ -254,58 +254,4 @@ - - - - local-java17 - - - - org.apache.maven.plugins - maven-surefire-plugin - - --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED - - **/*Tests.java - **/*Test.java - - - 17 - oracle - - false - - ${basedir}/src/test/resources/java-util-logging.properties - true - error - apache-geode - - - - - org.apache.maven.plugins - maven-toolchains-plugin - ${maven-toolchains-plugin.version} - - - - toolchain - - - - - - - 17 - oracle - - - - - - - - - -