From 8f785c92ba14160720f444394f65d1c135d7defc Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Fri, 20 Jun 2025 14:17:15 +0800 Subject: [PATCH] 'commit' --- dsUtils/pom.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/dsUtils/pom.xml b/dsUtils/pom.xml index 706436d0..f9a69cb7 100644 --- a/dsUtils/pom.xml +++ b/dsUtils/pom.xml @@ -183,4 +183,47 @@ provided + + dsRes + + + src/main/resources + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + 21 + 21 + UTF-8 + -parameters + + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.4 + + + package + + shade + + + + + com.jfinal.plugin.activerecord + com.dsideal.shaded.jfinal.plugin.activerecord + + + + + + + + \ No newline at end of file