From 9644df24f371199eb4b2aa8473889753354ec084 Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期一, 06 一月 2025 10:28:26 +0800 Subject: [PATCH] zjh20250106 --- ltkj-admin/pom.xml | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/ltkj-admin/pom.xml b/ltkj-admin/pom.xml index a0186c9..5d80b15 100644 --- a/ltkj-admin/pom.xml +++ b/ltkj-admin/pom.xml @@ -32,6 +32,13 @@ <dependencies> <dependency> + <groupId>org.joda</groupId> + <artifactId>joda-money</artifactId> + <version>1.0.2</version> <!-- 鏈�鏂扮増鏈彲鍦� Maven Central 鏌ヨ --> + </dependency> + + + <dependency> <groupId>com.oracle.database.jdbc</groupId> <artifactId>ojdbc8</artifactId> <version>19.8.0.0</version> @@ -193,6 +200,12 @@ <artifactId>weixin-java-miniapp</artifactId> <version>4.2.0</version> </dependency> + + <dependency> + <groupId>org.seleniumhq.selenium</groupId> + <artifactId>selenium-java</artifactId> + <version>3.141.59</version> + </dependency> </dependencies> @@ -260,6 +273,17 @@ <warName>${project.artifactId}</warName> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <version>3.2.0</version> + <configuration> + <excludes> + <!-- 鎺掗櫎 Font 鏂囦欢澶� --> + <exclude>**/Font/**</exclude> + </excludes> + </configuration> + </plugin> </plugins> <finalName>${project.artifactId}</finalName> </build> -- Gitblit v1.8.0