From a1b85ef72062ca80db35546e4216dd564f3e0f57 Mon Sep 17 00:00:00 2001 From: WangHan <wwh_work@126,com> Date: 星期四, 03 四月 2025 15:58:19 +0800 Subject: [PATCH] 问题与漏洞修改 --- consum-model-pojo/pom.xml | 20 +++++++++++++++++++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/consum-model-pojo/pom.xml b/consum-model-pojo/pom.xml index 5c30f5c..4b4365b 100644 --- a/consum-model-pojo/pom.xml +++ b/consum-model-pojo/pom.xml @@ -28,12 +28,26 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-validation</artifactId> + <exclusions> + <exclusion> + <artifactId>snakeyaml</artifactId> + <groupId>org.yaml</groupId> + </exclusion> + </exclusions> + </dependency> + + <dependency> + <groupId>org.yaml</groupId> + <artifactId>snakeyaml</artifactId> + <version>2.0</version> </dependency> <!-- jdbc pojo閫氱敤渚濊禆 --> <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> @@ -41,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