From 0c1a03ea09693ecddad0f733b39dc72647c1d021 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 06 三月 2024 18:08:42 +0800
Subject: [PATCH] 考核模板

---
 pom.xml |   31 +++++++++++++++++++++++++++++--
 1 files changed, 29 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ac7f7f8..99a7e90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,6 +19,7 @@
         <module>ycl-common</module>
         <module>ycl-server</module>
         <module>ycl-pojo</module>
+        <module>ycl-generator</module>
     </modules>
 
     <properties>
@@ -38,12 +39,15 @@
         <jaxb-api.version>2.3.1</jaxb-api.version>
         <poi.version>4.1.2</poi.version>
         <hutool.version>5.8.22</hutool.version>
+        <oshi.version>6.4.0</oshi.version>
         <kaptcha.version>2.3.3</kaptcha.version>
         <easyexcel.version>3.3.2</easyexcel.version>
         <therapi-javadoc.version>0.15.0</therapi-javadoc.version>
         <spring-boot.version>3.0.6</spring-boot.version>
         <mapstruct-plus.version>1.3.5</mapstruct-plus.version>
         <mapstruct-plus.lombok.version>0.2.0</mapstruct-plus.lombok.version>
+        <velocity.version>2.3</velocity.version>
+        <commons.collections.version>3.2.2</commons.collections.version>
         <!-- 鎻掍欢鐗堟湰 -->
         <maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
         <maven-war-plugin.version>3.2.2</maven-war-plugin.version>
@@ -74,18 +78,35 @@
     </profiles>
     <dependencyManagement>
         <dependencies>
+            <!-- 鑾峰彇绯荤粺淇℃伅 -->
+            <dependency>
+                <groupId>com.github.oshi</groupId>
+                <artifactId>oshi-core</artifactId>
+                <version>${oshi.version}</version>
+            </dependency>
             <!-- 瑙f瀽瀹㈡埛绔搷浣滅郴缁熴�佹祻瑙堝櫒绛� -->
             <dependency>
                 <groupId>eu.bitwalker</groupId>
                 <artifactId>UserAgentUtils</artifactId>
                 <version>${bitwalker.version}</version>
             </dependency>
-
+            <!-- velocity浠g爜鐢熸垚浣跨敤妯℃澘 -->
+            <dependency>
+                <groupId>org.apache.velocity</groupId>
+                <artifactId>velocity-engine-core</artifactId>
+                <version>${velocity.version}</version>
+            </dependency>
             <!-- io甯哥敤宸ュ叿绫� -->
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
                 <version>${commons.io.version}</version>
+            </dependency>
+            <!-- collections宸ュ叿绫� -->
+            <dependency>
+                <groupId>commons-collections</groupId>
+                <artifactId>commons-collections</artifactId>
+                <version>${commons.collections.version}</version>
             </dependency>
             <!-- excel宸ュ叿 -->
             <dependency>
@@ -155,6 +176,12 @@
             <groupId>com.github.pagehelper</groupId>
             <artifactId>pagehelper-spring-boot-starter</artifactId>
             <version>${pagehelper.version}</version>
+            <exclusions>
+                <exclusion>
+                    <artifactId>jsqlparser</artifactId>
+                    <groupId>com.github.jsqlparser</groupId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>
@@ -268,4 +295,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

--
Gitblit v1.8.0