You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ni...@apache.org on 2019/12/12 02:59:08 UTC

[kylin] branch master-hadoop3.1 updated: fix kylin jdbc driver guava class not found problem

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

nic pushed a commit to branch master-hadoop3.1
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master-hadoop3.1 by this push:
     new 16f7293  fix kylin jdbc driver guava class not found problem
16f7293 is described below

commit 16f72936cf1207dd763ef57c6140d3e5c62cf05c
Author: rupengwang <wa...@live.cn>
AuthorDate: Tue Dec 10 21:07:15 2019 +0800

    fix kylin jdbc driver guava class not found problem
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 53b75a1..a719a0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -572,7 +572,6 @@
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
                 <version>${guava.version}</version>
-                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>com.jcraft</groupId>