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/02/08 07:00:37 UTC

[kylin] 11/12: 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 a3b243b5db619173fc3532710f162a965b872aaf
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 faaf8f0..87ab9e8 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>