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 14:08:44 UTC

[kylin] 11/16: 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 3.0.x-hadoop3.1
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 6c36c78cee6f3409a01d56fd2c1a2e4af8cd80ed
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 8257d4f..f79a731 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>