You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ka...@apache.org on 2017/07/07 08:38:51 UTC

[49/50] [abbrv] kylin git commit: drop jasper dependency in kylin-it

drop jasper dependency in kylin-it


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/d509542f
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/d509542f
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/d509542f

Branch: refs/heads/KYLIN-2606
Commit: d509542fca8f5b6e3af6383bb34f6bf33dcf2467
Parents: f8d3c0e
Author: Li Yang <li...@apache.org>
Authored: Thu Jul 6 17:37:55 2017 +0800
Committer: Li Yang <li...@apache.org>
Committed: Thu Jul 6 17:37:55 2017 +0800

----------------------------------------------------------------------
 kylin-it/pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/d509542f/kylin-it/pom.xml
----------------------------------------------------------------------
diff --git a/kylin-it/pom.xml b/kylin-it/pom.xml
index e82867f..e37494a 100644
--- a/kylin-it/pom.xml
+++ b/kylin-it/pom.xml
@@ -209,6 +209,14 @@
                     <groupId>org.apache.hadoop</groupId>
                     <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>tomcat</groupId>
+                    <artifactId>jasper-compiler</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>tomcat</groupId>
+                    <artifactId>jasper-runtime</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
@@ -229,6 +237,14 @@
                     <groupId>javax.servlet.jsp</groupId>
                     <artifactId>jsp-api</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>tomcat</groupId>
+                    <artifactId>jasper-compiler</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>tomcat</groupId>
+                    <artifactId>jasper-runtime</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>