Repository: kylin
Updated Branches:
  refs/heads/2.0-rc f0015e7c2 -> 89b96519a


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/89b96519
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/89b96519
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/89b96519

Branch: refs/heads/2.0-rc
Commit: 89b96519a60c64558c770e0561b5c43d35068261
Parents: f0015e7
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:53:46 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/kylin/blob/89b96519/server/pom.xml
----------------------------------------------------------------------
diff --git a/server/pom.xml b/server/pom.xml
index a2c3c1f..fb20d49 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