From d5e0be9ee8130279f622fc70a82a07241af91e4a Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 04 三月 2024 15:17:10 +0800
Subject: [PATCH] 枚举定义

---
 pom.xml |   23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index ac7f7f8..c6df984 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,19 +78,36 @@
     </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>
                 <groupId>org.apache.poi</groupId>

--
Gitblit v1.8.0