From e89d76539cc91bd13acabbf25a12312d2f8bba56 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期二, 16 十二月 2025 21:27:06 +0800
Subject: [PATCH] 超过17点不接受报警
---
pom.xml | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index 64fefc5..db8f0dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
<modules>
<module>ycl-platform</module>
<module>ycl-common</module>
- <module>ycl-generator</module>
+<!-- <module>ycl-generator</module>-->
<module>ycl-smoke</module>
</modules>
@@ -196,6 +196,18 @@
<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