Pārlūkot izejas kodu

add spring-context to alert api (#12892)

Tq 2 gadi atpakaļ
vecāks
revīzija
70fe39bb2d

+ 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>