KYLIN-2361, fix redundency dependency introduced by Tomcat 8
Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/40ede31b Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/40ede31b Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/40ede31b Branch: refs/heads/master-cdh5.7 Commit: 40ede31bf538efb60c879914a6387f1eb107c5f1 Parents: 49de556 Author: Billy Liu <billy...@apache.org> Authored: Fri Jan 6 15:03:50 2017 +0800 Committer: Billy Liu <billy...@apache.org> Committed: Fri Jan 6 15:04:10 2017 +0800 ---------------------------------------------------------------------- server/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/40ede31b/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index 981d64c..ed96442 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -229,6 +229,10 @@ <groupId>javax.servlet.jsp</groupId> <artifactId>jsp-api</artifactId> </exclusion> + <exclusion> + <artifactId>jetty-all</artifactId> + <groupId>org.eclipse.jetty.aggregate</groupId> + </exclusion> </exclusions> </dependency>