From a30ed6683e3689e11a3c22dd45359d401b8a3ee7 Mon Sep 17 00:00:00 2001
From: cheng <1821349743@qq.com>
Date: 星期二, 24 十二月 2024 21:56:39 +0800
Subject: [PATCH] pom 版本升级到 2.1.0-release

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

diff --git a/pom.xml b/pom.xml
index 3b1e1aa..02800a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
     </parent>
     <groupId>com.lx</groupId>
     <artifactId>product-server</artifactId>
-    <version>2.0.0-release</version>
+    <version>2.1.0-release</version>
     <packaging>pom</packaging>
     <name>product-server</name>
     <description>product-server</description>
@@ -24,6 +24,7 @@
         <module>product-server-data-center</module>
         <module>product-server-data-export-import</module>
         <module>product-server-data-sync</module>
+        <module>product-server-datasource</module>
         <module>product-server-email</module>
         <module>product-server-file</module>
         <module>product-server-lucene</module>
@@ -44,6 +45,8 @@
         <module>product-server-tool-face</module>
         <module>product-server-mobile-core</module>
         <module>product-server-hr</module>
+        <module>product-server-project-contract</module>
+        <module>product-server-project-base</module>
     </modules>
     <properties>
         <skipTests>true</skipTests>
@@ -66,14 +69,14 @@
         <UserAgentUtils.version>1.21</UserAgentUtils.version>
         <thumbnailator.version>0.4.8</thumbnailator.version>
         <twelvemonkeys.version>3.4.1</twelvemonkeys.version>
-        <poi.version>4.1.2</poi.version>
+        <poi.version>5.2.2</poi.version>
         <pinyin4j.version>2.5.1</pinyin4j.version>
         <mybatis.version>3.4.6</mybatis.version>
         <mybatis-spring.version>1.3.2</mybatis-spring.version>
         <commons-fileupload.version>1.3.3</commons-fileupload.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.build.version>2.0.0-release</project.build.version>
-        <product-module-version>2.0.0-release</product-module-version>
+        <product-module-version>2.1.0-release</product-module-version>
         <product-core-version>2.1.2-release</product-core-version>
     </properties>
     <repositories>
@@ -689,26 +692,26 @@
 
             </exclusions>
         </dependency>
-        <dependency>
-            <groupId>org.apache.poi</groupId>
-            <artifactId>poi-ooxml-schemas</artifactId>
-            <version>${poi.version}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.apache.logging.log4j</groupId>
-                    <artifactId>log4j-core</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.logging.log4j</groupId>
-                    <artifactId>log4j-api</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.logging.log4j</groupId>
-                    <artifactId>log4j-to-slf4j</artifactId>
-                </exclusion>
+        <!--        <dependency>-->
+        <!--            <groupId>org.apache.poi</groupId>-->
+        <!--            <artifactId>poi-ooxml-schemas</artifactId>-->
+        <!--            <version>${poi.version}</version>-->
+        <!--            <exclusions>-->
+        <!--                <exclusion>-->
+        <!--                    <groupId>org.apache.logging.log4j</groupId>-->
+        <!--                    <artifactId>log4j-core</artifactId>-->
+        <!--                </exclusion>-->
+        <!--                <exclusion>-->
+        <!--                    <groupId>org.apache.logging.log4j</groupId>-->
+        <!--                    <artifactId>log4j-api</artifactId>-->
+        <!--                </exclusion>-->
+        <!--                <exclusion>-->
+        <!--                    <groupId>org.apache.logging.log4j</groupId>-->
+        <!--                    <artifactId>log4j-to-slf4j</artifactId>-->
+        <!--                </exclusion>-->
 
-            </exclusions>
-        </dependency>
+        <!--            </exclusions>-->
+        <!--        </dependency>-->
         <dependency>
             <groupId>org.apache.poi</groupId>
             <artifactId>poi-scratchpad</artifactId>
@@ -880,5 +883,22 @@
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
+            <groupId>com.squareup.okhttp3</groupId>
+            <artifactId>okhttp</artifactId>
+            <version>3.10.0</version>
+        </dependency>
+        <!--nacos 渚濊禆-->
+        <!--        <dependency>-->
+        <!--            <groupId>com.alibaba.cloud</groupId>-->
+        <!--            <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>-->
+        <!--            <version>2.1.2.RELEASE</version>-->
+        <!--        </dependency>-->
+        <!--        <dependency>-->
+        <!--            <groupId>com.alibaba.cloud</groupId>-->
+        <!--            <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>-->
+        <!--            <version>2.1.2.RELEASE</version>-->
+        <!--        </dependency>-->
     </dependencies>
 </project>

--
Gitblit v1.9.2