From ae6879a7575f79d814c70781e6efc1b6218f3732 Mon Sep 17 00:00:00 2001 From: admin <15939171744@163.com> Date: 星期五, 14 三月 2025 14:10:31 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- pom.xml | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3e4ea75..a905b2b 100644 --- a/pom.xml +++ b/pom.xml @@ -225,6 +225,12 @@ <version>${billion.version}</version> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-pool2</artifactId> + <version>2.12.0</version> + </dependency> + </dependencies> </dependencyManagement> @@ -235,8 +241,6 @@ <module>billion-quartz</module> <module>billion-generator</module> <module>billion-common</module> - <module>billion-main</module> - <module>billion-main</module> <module>billion-main</module> </modules> <packaging>pom</packaging> @@ -281,4 +285,5 @@ </pluginRepository> </pluginRepositories> + </project> \ No newline at end of file -- Gitblit v1.9.3