From 31226c79fd153adbf3203d96e2fd25a777f54295 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 15 Jun 2024 15:03:51 -0400 Subject: [PATCH] [pom] Allow support for freemarker 2.3.33 as it has one class listed as java 16 --- pom.xml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index af8a112..2fc53ea 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.mybatis mybatis-parent 44 - + org.mybatis.scripting @@ -91,7 +91,7 @@ org.freemarker freemarker - 2.3.32 + 2.3.33 org.apache.commons @@ -114,4 +114,23 @@ + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + + + + org.freemarker:freemarker + + + + + + + +