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 2020/05/12 13:49:48 UTC

[kylin] 12/15: 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

commit e91c080ff951df0a8c29a0dc70ad4fd37b0c55e1
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 1a3bae7..173dd11 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>