From dbbc6f58da2595800b154387bc86d869e45abb6f Mon Sep 17 00:00:00 2001 From: dailidong Date: Wed, 5 Feb 2020 09:21:21 +0800 Subject: [PATCH] jasper-runtime jar is needed when api server start (#1896) * update README about DolphinScheduler * Update issue templates * update * regularize api pom xml update rpc maven compile to 1.8 * regularize api pom xml * change commons.lang3.StringUtils to common.utils.StringUtils * update pom.xml * update * correct equals method * jasper-runtime is needed when api server start * jasper-runtime jar is needed when api server start Co-authored-by: DS --- dolphinscheduler-api/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dolphinscheduler-api/pom.xml b/dolphinscheduler-api/pom.xml index bac74da0b..fd56fb8d9 100644 --- a/dolphinscheduler-api/pom.xml +++ b/dolphinscheduler-api/pom.xml @@ -27,6 +27,10 @@ ${project.artifactId} jar + + 5.5.23 + + org.apache.dolphinscheduler @@ -178,6 +182,12 @@ hadoop-aws + + tomcat + jasper-runtime + ${jasper-runtime.version} + + javax.servlet servlet-api -- GitLab