From 873114cc56fb6181db86fef920520e218257e235 Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期四, 11 四月 2024 10:41:45 +0800 Subject: [PATCH] 代码迁移 --- hangzhoumesParent/moduleService/UnLoadGlassModule/pom.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/hangzhoumesParent/moduleService/UnLoadGlassModule/pom.xml b/hangzhoumesParent/moduleService/UnLoadGlassModule/pom.xml index 4bf831d..2c49e6f 100644 --- a/hangzhoumesParent/moduleService/UnLoadGlassModule/pom.xml +++ b/hangzhoumesParent/moduleService/UnLoadGlassModule/pom.xml @@ -10,6 +10,18 @@ <modelVersion>4.0.0</modelVersion> <artifactId>unLoadGlass</artifactId> + <dependencies> + <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + <version>2.9.0</version> + </dependency> + <dependency> + <groupId>com.baomidou</groupId> + <artifactId>dynamic-datasource-spring-boot-starter</artifactId> + <version>3.5.2</version> + </dependency> + </dependencies> <properties> <maven.compiler.source>8</maven.compiler.source> -- Gitblit v1.8.0