From 1e816cc7572fe27ac042d5b13b8db50088f08baf Mon Sep 17 00:00:00 2001 From: Tq Date: Mon, 14 Nov 2022 17:23:28 +0800 Subject: [PATCH] add spring-context to alert api (#12892) --- dolphinscheduler-alert/dolphinscheduler-alert-api/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dolphinscheduler-alert/dolphinscheduler-alert-api/pom.xml b/dolphinscheduler-alert/dolphinscheduler-alert-api/pom.xml index 40f6bcdce7..2ad6e3f62f 100644 --- a/dolphinscheduler-alert/dolphinscheduler-alert-api/pom.xml +++ b/dolphinscheduler-alert/dolphinscheduler-alert-api/pom.xml @@ -32,5 +32,9 @@ dolphinscheduler-spi + + org.springframework + spring-context +