add spring-context to alert api (#12892)

This commit is contained in:
Tq 2022-11-14 17:23:28 +08:00 committed by GitHub
parent d324cce6f1
commit 70fe39bb2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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