From a8ba678a3fe5a39da2c732014cebbb66e408e97c Mon Sep 17 00:00:00 2001 From: WangHan <wwh_work@126,com> Date: 星期三, 02 四月 2025 18:45:12 +0800 Subject: [PATCH] 问题与漏洞修改 --- consum-model-pojo/pom.xml | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/consum-model-pojo/pom.xml b/consum-model-pojo/pom.xml index 48aa192..4b4365b 100644 --- a/consum-model-pojo/pom.xml +++ b/consum-model-pojo/pom.xml @@ -45,7 +45,9 @@ <dependency> <groupId>com.walkersoft</groupId> <artifactId>walker-jdbc-common</artifactId> - <scope>provided</scope> + <version>${walker-jdbc-common.version}</version> + <systemPath>${project.basedir}/src/main/resources/lib/walker-jdbc-common-3.2.0.jar</systemPath> + <scope>system</scope> </dependency> <!-- json娉ㄨВ锛氬睘鎬х粦瀹氫緷璧� --> <dependency> @@ -53,6 +55,10 @@ <artifactId>jackson-databind</artifactId> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-jdbc</artifactId> + </dependency> </dependencies> </project> -- Gitblit v1.9.1