Browse Source

add spring-context to alert api (#12892)

3.1.2-release
Tq 2 years ago committed by zhuangchong
parent
commit
1e816cc757
  1. 4
      dolphinscheduler-alert/dolphinscheduler-alert-api/pom.xml

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

Loading…
Cancel
Save