From 49c3bb0fc7875bb0c1f231a958fafc6a732fea40 Mon Sep 17 00:00:00 2001
From: baizonghao <1719256278@qq.com>
Date: 星期六, 18 三月 2023 11:21:07 +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