This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new e10810a add pom mysql test (#1784)
e10810a is described below
commit e10810a52c2f7f5165ca273e0f3507a09bb5ab57
Author: Yelli <[email protected]>
AuthorDate: Thu Jan 9 13:57:50 2020 +0800
add pom mysql test (#1784)
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index c5e146e..4468c72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -342,6 +342,7 @@
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>${mysql.connector.version}</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>