Repository: carbondata
Updated Branches:
  refs/heads/master 10b393808 -> d27f20523


[HOTFIX] Remove unuse javax.servlet jar from cli module

Remove unuse javax.servlet-2.5 jar from cli module

This closes #2881


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

Branch: refs/heads/master
Commit: d27f20523161e342f44bb1bfaea7772de784c57d
Parents: 10b3938
Author: Zhang Zhichao <441586...@qq.com>
Authored: Tue Oct 30 17:25:55 2018 +0800
Committer: Jacky Li <jacky.li...@qq.com>
Committed: Tue Oct 30 20:10:26 2018 +0800

----------------------------------------------------------------------
 tools/cli/pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/carbondata/blob/d27f2052/tools/cli/pom.xml
----------------------------------------------------------------------
diff --git a/tools/cli/pom.xml b/tools/cli/pom.xml
index b6c8c09..71ea2c6 100644
--- a/tools/cli/pom.xml
+++ b/tools/cli/pom.xml
@@ -25,11 +25,6 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-      <version>2.5</version>
-    </dependency>
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>

Reply via email to