You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ke...@apache.org on 2022/11/16 03:08:55 UTC

[dolphinscheduler] branch 3.1.2-prepare updated: add spring-context to alert api (#12892)

This is an automated email from the ASF dual-hosted git repository.

kerwin pushed a commit to branch 3.1.2-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/3.1.2-prepare by this push:
     new 1e816cc757 add spring-context to alert api (#12892)
1e816cc757 is described below

commit 1e816cc7572fe27ac042d5b13b8db50088f08baf
Author: Tq <ti...@gmail.com>
AuthorDate: Mon Nov 14 17:23:28 2022 +0800

    add spring-context to alert api (#12892)
---
 dolphinscheduler-alert/dolphinscheduler-alert-api/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dolphinscheduler-alert/dolphinscheduler-alert-api/pom.xml b/dolphinscheduler-alert/dolphinscheduler-alert-api/pom.xml
index 40f6bcdce7..2ad6e3f62f 100644
--- a/dolphinscheduler-alert/dolphinscheduler-alert-api/pom.xml
+++ b/dolphinscheduler-alert/dolphinscheduler-alert-api/pom.xml
@@ -32,5 +32,9 @@
             <artifactId>dolphinscheduler-spi</artifactId>
             <!-- TODO should get rid off this -->
         </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-context</artifactId>
+        </dependency>
     </dependencies>
 </project>