build.gradle in embulk-input-mysql-0.8.4 vs build.gradle in embulk-input-mysql-0.8.5
- old
+ new
@@ -1,7 +1,8 @@
dependencies {
compile project(':embulk-input-jdbc')
compile 'mysql:mysql-connector-java:5.1.34'
+ defaultJdbcDriver 'mysql:mysql-connector-java:5.1.34'
testCompile 'org.embulk:embulk-standards:0.8.15'
}