From 04396f3a812fadf42f0262d847a92e32a669858b Mon Sep 17 00:00:00 2001
From: 许鹏程 <1821349743@qq.com>
Date: 星期二, 24 十二月 2024 19:50:05 +0800
Subject: [PATCH] 维保人员资质

---
 pom.xml |   90 ++++++++++++++++++++++----------------------
 1 files changed, 45 insertions(+), 45 deletions(-)

diff --git a/pom.xml b/pom.xml
index eeb72db..ae702ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,8 +13,7 @@
     <packaging>pom</packaging>
     <name>product-server</name>
     <description>product-server</description>
-
-	<modules>
+    <modules>
         <module>product-server-web</module>
         <module>product-server-admin</module>
         <module>product-server-administration</module>
@@ -44,7 +43,9 @@
         <module>product-server-device</module>
         <module>product-server-tool-face</module>
         <module>product-server-mobile-core</module>
-        <module>product-server-hr</module>     
+        <module>product-server-hr</module>
+        <module>product-project-server-contract</module>
+        <module>product-server-project-base</module>
     </modules>
     <properties>
         <skipTests>true</skipTests>
@@ -67,7 +68,7 @@
         <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>
@@ -288,24 +289,6 @@
                 <artifactId>product-server-hr</artifactId>
                 <version>${product-module-version}</version>
             </dependency>
-            <!--椤圭洰绠$悊-->
-            <dependency>
-                <groupId>com.lx</groupId>
-                <artifactId>product-project-server-contract</artifactId>
-                <version>${product-module-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>com.lx</groupId>
-                <artifactId>product-project-server-base</artifactId>
-                <version>${product-module-version}</version>
-            </dependency>
-            <!--瑗垮畞-->
-            <dependency>
-                <groupId>com.lx</groupId>
-                <artifactId>product-server-xining</artifactId>
-                <version>${product-module-version}</version>
-            </dependency>
-            
             <!--瀛愭ā鍧楋細end-->
 
             <!--绗笁鏂逛緷璧栵細start-->
@@ -708,26 +691,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>
@@ -895,9 +878,26 @@
             <version>1.6.4</version>
         </dependency>
         <dependency>
-		    <groupId>com.squareup.okhttp3</groupId>
-		    <artifactId>okhttp</artifactId>
-		    <version>3.10.0</version>
-		</dependency>
+            <groupId>junit</groupId>
+            <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