Browse Source

add spring-context to alert api (#12892)

3.2.0-release
Tq 2 years ago committed by GitHub
parent
commit
70fe39bb2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      dolphinscheduler-alert/dolphinscheduler-alert-api/pom.xml

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

Loading…
Cancel
Save