From 9efecf90d32e39b2ecab8fd6c789300962fd5a97 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期六, 07 三月 2026 12:49:00 +0800
Subject: [PATCH] #钉钉消息通知

---
 pom.xml |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index ca051d4..14c7a6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,6 +112,18 @@
             <artifactId>truelicense-core</artifactId>
             <version>1.33</version>
         </dependency>
+        <!-- 閽夐拤娑堟伅鎺ㄩ�� -->
+        <dependency>
+            <groupId>com.aliyun</groupId>
+            <artifactId>alibaba-dingtalk-service-sdk</artifactId>
+            <version>1.0.1</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>log4j</groupId>
+                    <artifactId>log4j</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
         <!-- WebClient -->
         <dependency>
             <groupId>org.springframework.boot</groupId>

--
Gitblit v1.9.1