Browse Source

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 <escheduler@outlook.com>
dailidong 5 years ago
parent
commit
dbbc6f58da
1 changed files with 10 additions and 0 deletions
  1. 10 0
      dolphinscheduler-api/pom.xml

+ 10 - 0
dolphinscheduler-api/pom.xml

@@ -27,6 +27,10 @@
   <name>${project.artifactId}</name>
   <packaging>jar</packaging>
 
+  <properties>
+    <jasper-runtime.version>5.5.23</jasper-runtime.version>
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.dolphinscheduler</groupId>
@@ -178,6 +182,12 @@
       <artifactId>hadoop-aws</artifactId>
     </dependency>
 
+    <dependency>
+      <groupId>tomcat</groupId>
+      <artifactId>jasper-runtime</artifactId>
+      <version>${jasper-runtime.version}</version>
+    </dependency>
+
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>