This is an automated email from the ASF dual-hosted git repository.
journey pushed a commit to branch refactor-architecture
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/refactor-architecture by this
push:
new a5c2b87 exclude jasper-compiler in case of runtime conflict (#1938)
a5c2b87 is described below
commit a5c2b87c6483e5ec30fb365aac12975037274449
Author: Tboy <[email protected]>
AuthorDate: Wed Feb 12 17:47:11 2020 +0800
exclude jasper-compiler in case of runtime conflict (#1938)
* move datasource classes to dao module
* fix send4LetterWord bug
* exclude jasper-compiler in case of runtime conflict
---
dolphinscheduler-common/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dolphinscheduler-common/pom.xml b/dolphinscheduler-common/pom.xml
index e1cdfb4..2ef61d7 100644
--- a/dolphinscheduler-common/pom.xml
+++ b/dolphinscheduler-common/pom.xml
@@ -534,6 +534,10 @@
<artifactId>log4j-web</artifactId>
<groupId>org.apache.logging.log4j</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>jasper-compiler</artifactId>
+ <groupId>tomcat</groupId>
+ </exclusion>
</exclusions>
</dependency>