You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2018/06/10 02:43:26 UTC

[kylin] branch master updated: minor, fix NoClassDefFoundError: org/apache/commons/compress/archivers/examples/Archiver

This is an automated email from the ASF dual-hosted git repository.

shaofengshi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new 9fa82a4  minor, fix NoClassDefFoundError: org/apache/commons/compress/archivers/examples/Archiver
9fa82a4 is described below

commit 9fa82a4e9fddbfa24bdf73b49d081f53ca8191bd
Author: Chao Long <wa...@qq.com>
AuthorDate: Sun Jun 10 00:37:12 2018 +0800

    minor, fix NoClassDefFoundError: org/apache/commons/compress/archivers/examples/Archiver
---
 core-common/pom.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/core-common/pom.xml b/core-common/pom.xml
index 1507833..142a853 100644
--- a/core-common/pom.xml
+++ b/core-common/pom.xml
@@ -53,7 +53,10 @@
             <groupId>org.freemarker</groupId>
             <artifactId>freemarker</artifactId>
         </dependency>
-
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-compress</artifactId>
+        </dependency>
         <!-- Provided -->
         <dependency>
             <groupId>com.google.code.findbugs</groupId>

-- 
To stop receiving notification emails like this one, please contact
shaofengshi@apache.org.