瀏覽代碼

add spring-context to alert api (#12892)

Tq 2 年之前
父節點
當前提交
70fe39bb2d
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      dolphinscheduler-alert/dolphinscheduler-alert-api/pom.xml

+ 4 - 0
dolphinscheduler-alert/dolphinscheduler-alert-api/pom.xml

@@ -33,5 +33,9 @@
             <artifactId>dolphinscheduler-spi</artifactId>
             <!-- TODO should get rid off this -->
         </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-context</artifactId>
+        </dependency>
     </dependencies>
 </project>