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/08/07 15:05:56 UTC

[kylin] branch master updated: KYLIN-3481 Shaded dependencies should be optional

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 6adf1b3  KYLIN-3481 Shaded dependencies should be optional
6adf1b3 is described below

commit 6adf1b396c2ca72daf55a94f28092cbd8909626e
Author: Ian Hu <hu...@163.com>
AuthorDate: Fri Aug 3 12:21:43 2018 +0800

    KYLIN-3481 Shaded dependencies should be optional
---
 jdbc/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index 466cf13..661356c 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -39,10 +39,12 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>org.apache.calcite.avatica</groupId>
             <artifactId>avatica-core</artifactId>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>junit</groupId>