From 680ead20fbd8c2e2eb7665e493d7ede20061ac7b Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期五, 17 三月 2023 13:57:06 +0800 Subject: [PATCH] 坐标集合字段 --- pom.xml | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index fbc6e74..5b27209 100644 --- a/pom.xml +++ b/pom.xml @@ -50,6 +50,7 @@ <module>ycl-platform</module> <module>ycl-common</module> <module>ycl-generator</module> + <module>ycl-smoke</module> </modules> <dependencies> @@ -190,6 +191,23 @@ <artifactId>spring-cloud-starter-openfeign</artifactId> <version>3.1.3</version> </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.2</version> + </dependency> + + + <dependency> + <groupId>com.aliyun.oss</groupId> + <artifactId>aliyun-sdk-oss</artifactId> + <version>3.16.1</version> + </dependency> + <dependency> + <groupId>joda-time</groupId> + <artifactId>joda-time</artifactId> + <version>2.12.2</version> + </dependency> </dependencies> </project> -- Gitblit v1.8.0