You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2017/02/22 02:31:40 UTC

[06/13] kylin git commit: minor, remove jets3t dependency

minor, remove jets3t dependency


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

Branch: refs/heads/master-hbase0.98
Commit: 36f716f3afd5ccca6639e58ec767b60773dd96a3
Parents: a0dba29
Author: Li Yang <li...@apache.org>
Authored: Tue Feb 21 16:01:56 2017 +0800
Committer: Li Yang <li...@apache.org>
Committed: Tue Feb 21 16:01:56 2017 +0800

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/36f716f3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a103ae0..bb7fde9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -346,6 +346,10 @@
                         <groupId>javax.servlet</groupId>
                         <artifactId>servlet-api</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>net.java.dev.jets3t</groupId>
+                        <artifactId>jets3t</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
             <dependency>