From e88e345fc018255aeca8533c25a89826a9bbf631 Mon Sep 17 00:00:00 2001 From: 许鹏程 <1821349743@qq.com> Date: 星期四, 08 六月 2023 18:10:12 +0800 Subject: [PATCH] commit --- pom.xml | 59 +++++++++++++++++++++++++++++++++++++++++++---------------- 1 files changed, 43 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index c6f2982..2319de1 100644 --- a/pom.xml +++ b/pom.xml @@ -15,8 +15,6 @@ <description>product-server</description> <modules> <module>product-server-web</module> - <module>product-server-admin</module> - <module>product-server-org-admin</module> <module>home-server-admin</module> </modules> <properties> @@ -42,6 +40,8 @@ <twelvemonkeys.version>3.4.1</twelvemonkeys.version> <poi.version>3.16</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> @@ -99,17 +99,17 @@ </dependency> <dependency> <groupId>com.lx</groupId> - <artifactId>product-server-xining</artifactId> - <version>${product-module-version}</version> - </dependency> - <dependency> - <groupId>com.lx</groupId> <artifactId>product-server-util</artifactId> <version>${product-module-version}</version> </dependency> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-tool-table</artifactId> + <version>${product-module-version}</version> + </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-tool-face</artifactId> <version>${product-module-version}</version> </dependency> <dependency> @@ -232,11 +232,6 @@ <artifactId>product-server-admin</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--> @@ -313,6 +308,42 @@ <version>${twelvemonkeys.version}</version> </dependency> <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.2</version> + </dependency> + <!--logo4j--> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-core</artifactId> + <version>2.15.0</version> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-api</artifactId> + <version>2.15.0</version> + </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-to-slf4j</artifactId> + <version>2.15.0</version> + </dependency> + <dependency> + <groupId>com.itextpdf</groupId> + <artifactId>itextpdf</artifactId> + <version>5.5.13</version> + </dependency> + <dependency> + <groupId>org.apache.pdfbox</groupId> + <artifactId>pdfbox</artifactId> + <version>2.0.25</version> + </dependency> + <dependency> + <groupId>org.apache.pdfbox</groupId> + <artifactId>pdfbox-app</artifactId> + <version>2.0.25</version> + </dependency> + <dependency> <groupId>io.jsonwebtoken</groupId> <artifactId>jjwt</artifactId> <version>0.9.1</version> @@ -345,17 +376,14 @@ <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> - <version>2.15.0</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> - <version>2.15.0</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-to-slf4j</artifactId> - <version>2.15.0</version> </dependency> <!--鏀寔浣跨敤 JDBC 璁块棶鏁版嵁搴� --> @@ -443,7 +471,6 @@ <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> - <version>3.2.2</version> </dependency> <dependency> <groupId>commons-beanutils</groupId> -- Gitblit v1.9.2