From 6df93bfbb6011b32e443fd918ef5f452318e33f3 Mon Sep 17 00:00:00 2001
From: Michael Hoennig <michael@hoennig.de>
Date: Fri, 28 Oct 2022 17:12:07 +0200
Subject: [PATCH] leftover from SpringBoot 3 upgrade: cleanup in gradle.properties

---
 gradle.properties |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 890a008..a033d0d 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,8 +1,6 @@
 
 # Spring BOM overrides
-# postgresql.version = 42.4.1
-# snakeyaml.version = 1.32
-# jackson-databind = 2.13.4
+# currently none necessary
 
 # TODO: can be removed if all dependencies are JDK 16 compliant, check with `gw clean check`
 # and check output for "cannot access class ... because module jdk.compiler does not export ..."
@@ -11,7 +9,4 @@
   --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
   --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
   --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
-  --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
-  
-#  --add-exports com.vladmihalcea.hibernate.type.array.internal.StringArrayTypeDescriptor\
-#  --add-exports org.hibernate.type.descriptor.java.BasicPluralJavaType
+  --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED

--
Gitblit v1.9.3