From ad1bf8eaf813974e2636cf300a26d6746d52910d Mon Sep 17 00:00:00 2001 From: shicf <shi_chongfu@163.com> Date: 星期五, 23 八月 2024 17:54:53 +0800 Subject: [PATCH] 数据库高斯 --- pom.xml | 45 ++++++++++++++++++++++++++++++--------------- 1 files changed, 30 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 9047306..5845887 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,6 @@ <module>product-server-mobile-core</module> <module>product-server-device</module> <module>product-server-web</module> - <module>product-server-device</module> </modules> <properties> <skipTests>true</skipTests> @@ -69,12 +68,11 @@ <twelvemonkeys.version>3.4.1</twelvemonkeys.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> <product-module-version>2.0.0-release</product-module-version> + <product-core-version>2.1.0-release</product-core-version> <product-device-version>2.1.0-release</product-device-version> </properties> <repositories> @@ -125,7 +123,7 @@ <dependency> <groupId>com.lx</groupId> <artifactId>product-server-core</artifactId> - <version>2.0.1</version> + <version>${product-core-version}</version> </dependency> <dependency> <groupId>com.lx</groupId> @@ -282,6 +280,28 @@ <artifactId>product-server-device</artifactId> <version>2.1.0-release</version> </dependency> + <!--椤圭洰绠$悊--> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-project-server-contract</artifactId> + <version>2.0.0-release</version> + </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-project-server-base</artifactId> + <version>2.0.0-release</version> + </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-server-project-managment</artifactId> + <version>2.0.0-release</version> + </dependency> + <dependency> + <groupId>com.lx</groupId> + <artifactId>product-project-server-customer</artifactId> + <version>2.0.0-release</version> + </dependency> + <!--瀛愭ā鍧楋細end--> <!--绗笁鏂逛緷璧栵細start--> @@ -290,11 +310,6 @@ <artifactId>poi-tl</artifactId> <version>1.10.5</version> </dependency> - <dependency> - <groupId>com.deepoove</groupId> - <artifactId>poi-tl</artifactId> - <version>1.10.5</version> - </dependency> <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> @@ -361,12 +376,6 @@ <artifactId>thumbnailator</artifactId> <version>${thumbnailator.version}</version> </dependency> - <!-- 鏀寔CMYK鍥剧墖 --> - <dependency> - <groupId>com.twelvemonkeys.imageio</groupId> - <artifactId>imageio-jpeg</artifactId> - <version>${twelvemonkeys.version}</version> - </dependency> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> @@ -419,6 +428,12 @@ <artifactId>ojdbc8</artifactId> <version>21.1.0.0</version> </dependency> + <!-- 鍗庝负楂樻柉鏁版嵁搴� --> + <dependency> + <groupId>com.huaweicloud.dws</groupId> + <artifactId>huaweicloud-dws-jdbc</artifactId> + <version>8.3.0</version> + </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> -- Gitblit v1.9.2