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 <liy...@apache.org>
Authored: Thu Jul 6 17:37:55 2017 +0800
Committer: Li Yang <liy...@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>

Reply via email to