This is an automated email from the ASF dual-hosted git repository.

xxyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a65eb2  KYLIN-4485 Fix NoSuchMethodError in kylin-it
5a65eb2 is described below

commit 5a65eb2dafa3f3ee36f4fd7c85e15eebfef49c85
Author: XiaoxiangYu <hit_la...@126.com>
AuthorDate: Mon Jun 15 11:16:07 2020 +0800

    KYLIN-4485 Fix NoSuchMethodError in kylin-it
---
 kylin-it/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/kylin-it/pom.xml b/kylin-it/pom.xml
index 2b82720..878da15 100644
--- a/kylin-it/pom.xml
+++ b/kylin-it/pom.xml
@@ -68,6 +68,12 @@
             <artifactId>kylin-server</artifactId>
             <classifier>classes</classifier>
             <version>${project.parent.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.eclipse.jetty</groupId>
+                    <artifactId>jetty-server</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.kylin</groupId>

Reply via email to