From 3a249d87749f560017c19a352f0e548240e7cd26 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期三, 31 七月 2024 10:53:24 +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