Skip to content

Commit f2f6c1f

Browse files
committed
Fix unit test failure at Java7
1 parent 27898f6 commit f2f6c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
compile "org.embulk:embulk-core:0.8.6"
2424
provided "org.embulk:embulk-core:0.8.6"
2525
// compile "YOUR_JAR_DEPENDENCY_GROUP:YOUR_JAR_DEPENDENCY_MODULE:YOUR_JAR_DEPENDENCY_VERSION"
26-
compile "org.apache.commons:commons-vfs2:2.+"
26+
compile "org.apache.commons:commons-vfs2:2.1.1660580.2"
2727
compile "com.jcraft:jsch:0.1.53"
2828
testCompile "junit:junit:4.+"
2929
testCompile "org.embulk:embulk-core:0.8.6:tests"

0 commit comments

Comments
 (0)