From 55837f284575b06aaea744fdc2807f1111b844a2 Mon Sep 17 00:00:00 2001
From: 2369059705@qq.com <2369059705@qq.com>
Date: 星期五, 04 八月 2023 16:26:50 +0800
Subject: [PATCH] 删除两个admin模块代码

---
 pom.xml |   53 +++++++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 43 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2319de1..b7d1bb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,8 +14,8 @@
     <name>product-server</name>
     <description>product-server</description>
     <modules>
-        <module>product-server-web</module>
         <module>home-server-admin</module>
+        <module>product-server-web</module>
     </modules>
     <properties>
         <skipTests>true</skipTests>
@@ -38,7 +38,7 @@
         <UserAgentUtils.version>1.21</UserAgentUtils.version>
         <thumbnailator.version>0.4.8</thumbnailator.version>
         <twelvemonkeys.version>3.4.1</twelvemonkeys.version>
-        <poi.version>3.16</poi.version>
+        <poi.version>4.1.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>
@@ -88,6 +88,11 @@
         <dependencies>
             <!--瀛愭ā鍧楋細start-->
             <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-xining</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
                 <groupId>org.spring</groupId>
                 <artifactId>spring-server-master</artifactId>
                 <version>1.2.6.6</version>
@@ -97,6 +102,7 @@
                 <artifactId>product-server-core</artifactId>
                 <version>2.0.1</version>
             </dependency>
+
             <dependency>
                 <groupId>com.lx</groupId>
                 <artifactId>product-server-util</artifactId>
@@ -104,12 +110,12 @@
             </dependency>
             <dependency>
                 <groupId>com.lx</groupId>
-                <artifactId>product-server-tool-table</artifactId>
+                <artifactId>product-server-tool-face</artifactId>
                 <version>${product-module-version}</version>
             </dependency>
             <dependency>
                 <groupId>com.lx</groupId>
-                <artifactId>product-server-tool-face</artifactId>
+                <artifactId>product-server-tool-table</artifactId>
                 <version>${product-module-version}</version>
             </dependency>
             <dependency>
@@ -219,17 +225,17 @@
             </dependency>
             <dependency>
                 <groupId>com.lx</groupId>
-                <artifactId>product-server-announcement</artifactId>
-                <version>${product-module-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>com.lx</groupId>
                 <artifactId>product-server-administration</artifactId>
                 <version>${product-module-version}</version>
             </dependency>
             <dependency>
                 <groupId>com.lx</groupId>
                 <artifactId>product-server-admin</artifactId>
+                <version>${product-module-version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.lx</groupId>
+                <artifactId>product-server-datasource</artifactId>
                 <version>${product-module-version}</version>
             </dependency>
             <!--瀛愭ā鍧楋細end-->
@@ -347,6 +353,23 @@
                 <groupId>io.jsonwebtoken</groupId>
                 <artifactId>jjwt</artifactId>
                 <version>0.9.1</version>
+            </dependency>
+            <!-- oracle jdbc -->
+            <dependency>
+                <groupId>com.oracle.database.nls</groupId>
+                <artifactId>orai18n</artifactId>
+                <version>19.7.0.0</version>
+            </dependency>
+            <dependency>
+                <groupId>com.oracle.database.jdbc</groupId>
+                <artifactId>ojdbc8</artifactId>
+                <version>21.1.0.0</version>
+            </dependency>
+            <dependency>
+                <groupId>junit</groupId>
+                <artifactId>junit</artifactId>
+                <version>4.12</version>
+                <scope>test</scope>
             </dependency>
             <!--绗笁鏂逛緷璧栵細end-->
 
@@ -610,7 +633,7 @@
         <dependency>
             <groupId>org.apache.poi</groupId>
             <artifactId>poi-ooxml-schemas</artifactId>
-            <version>3.16</version>
+            <version>${poi.version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.logging.log4j</groupId>
@@ -788,5 +811,15 @@
             <groupId>io.jsonwebtoken</groupId>
             <artifactId>jjwt</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.fusesource</groupId>
+            <artifactId>sigar</artifactId>
+            <version>1.6.4</version>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>

--
Gitblit v1.9.2