From fd9528887255f9860eb1614b1b14c904af2a6e24 Mon Sep 17 00:00:00 2001
From: Josiah Noel <32279667+SentryMan@users.noreply.github.com>
Date: Mon, 16 Dec 2024 17:12:05 -0500
Subject: [PATCH 1/2] fix jex version and autorun ebean
---
pom.xml | 42 ++++++++++++++++++++++++++++++++++++------
1 file changed, 36 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index e117e004..f0cc7b22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,32 +156,32 @@
io.avaje
avaje-jex
- ${project.version}
+ 3.0-RC11
io.avaje
avaje-jex-test
- ${project.version}
+ 3.0-RC11
io.avaje
avaje-jex-freemarker
- ${project.version}
+ 3.0-RC11
io.avaje
avaje-jex-mustache
- ${project.version}
+ 3.0-RC11
io.avaje
avaje-jex-htmx
- ${project.version}
+ 3.0-RC11
io.avaje
avaje-jex-static-content
- ${project.version}
+ 3.0-RC11
@@ -259,6 +259,19 @@
+
+ io.ebean
+ ebean-maven-plugin
+ ${ebean.version}
+
+
+
+ enhance
+ testEnhance
+
+
+
+
@@ -290,6 +303,23 @@
+
+
+ ebean
+
+
+ target/classes/META-INF/ebean-generated-info.mf
+
+
+
+
+
+ io.ebean
+ ebean-maven-plugin
+
+
+
+
create-modules
From 1871e851c15aaf85e45ebee229de944256b9eaa5 Mon Sep 17 00:00:00 2001
From: Josiah Noel <32279667+SentryMan@users.noreply.github.com>
Date: Mon, 16 Dec 2024 17:14:45 -0500
Subject: [PATCH 2/2] Update pom.xml
---
pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f0cc7b22..e53ed5bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -303,7 +303,6 @@
-
ebean