add spring-context to alert api (#12892)
This commit is contained in:
parent
d324cce6f1
commit
70fe39bb2d
|
|
@ -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…
Reference in New Issue