From 0d01b8d98fe998571408b17e98db101741c19cc9 Mon Sep 17 00:00:00 2001
From: 许鹏程 <1821349743@qq.com>
Date: 星期四, 27 七月 2023 16:05:58 +0800
Subject: [PATCH] 默认机构图

---
 pom.xml |   46 ++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 38 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0b803ea..a6f2bea 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,8 +38,10 @@
         <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>
         <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>
@@ -86,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>
@@ -95,6 +102,7 @@
                 <artifactId>product-server-core</artifactId>
                 <version>2.0.1</version>
             </dependency>
+
             <dependency>
                 <groupId>com.lx</groupId>
                 <artifactId>product-server-util</artifactId>
@@ -102,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>
@@ -230,6 +238,11 @@
                 <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-->
 
             <!--绗笁鏂逛緷璧栵細start-->
@@ -345,6 +358,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-->
 
@@ -608,7 +638,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>
@@ -792,9 +822,9 @@
             <version>1.6.4</version>
         </dependency>
         <dependency>
-            <groupId>com.alibaba</groupId>
-            <artifactId>easyexcel</artifactId>
-            <version>2.2.6</version>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
         </dependency>
     </dependencies>
 </project>

--
Gitblit v1.9.2