Repository: kylin
Updated Branches:
  refs/heads/2.x-staging e24adf7e7 -> f554ebe71


KYLIN-1266 Fix for DebugTomcat


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

Branch: refs/heads/2.x-staging
Commit: f554ebe71511ff28522e21291a36196e4c180fee
Parents: e24adf7
Author: Li, Yang <yang...@ebay.com>
Authored: Mon Jan 4 15:52:52 2016 +0800
Committer: Li, Yang <yang...@ebay.com>
Committed: Mon Jan 4 15:52:52 2016 +0800

----------------------------------------------------------------------
 server/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/f554ebe7/server/pom.xml
----------------------------------------------------------------------
diff --git a/server/pom.xml b/server/pom.xml
index b12fa77..3fac498 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -125,6 +125,12 @@
             <groupId>com.thetransactioncompany</groupId>
             <artifactId>cors-filter</artifactId>
             <version>1.3.2</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.servlet</groupId>
+                    <artifactId>servlet-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>

Reply via email to