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/06/13 07:20:14 UTC

[kylin] branch master updated: Minor, add MySQL dependency for DebugTomcat

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

nic 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 698084a  Minor, add MySQL dependency for DebugTomcat
698084a is described below

commit 698084a69446a16fd5d91eb86c1ac135e562819f
Author: Temple Zhou <db...@gmail.com>
AuthorDate: Wed Jun 12 12:46:33 2019 +0800

    Minor, add MySQL dependency for DebugTomcat
---
 server/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/server/pom.xml b/server/pom.xml
index d394498..d634986 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -87,6 +87,12 @@
             </exclusions>
         </dependency>
 
+        <dependency>
+            <groupId>mysql</groupId>
+            <artifactId>mysql-connector-java</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
         <!-- Test & Env -->
         <dependency>
             <groupId>org.apache.kylin</groupId>