We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27898f6 commit f2f6c1fCopy full SHA for f2f6c1f
build.gradle
@@ -23,7 +23,7 @@ dependencies {
23
compile "org.embulk:embulk-core:0.8.6"
24
provided "org.embulk:embulk-core:0.8.6"
25
// compile "YOUR_JAR_DEPENDENCY_GROUP:YOUR_JAR_DEPENDENCY_MODULE:YOUR_JAR_DEPENDENCY_VERSION"
26
- compile "org.apache.commons:commons-vfs2:2.+"
+ compile "org.apache.commons:commons-vfs2:2.1.1660580.2"
27
compile "com.jcraft:jsch:0.1.53"
28
testCompile "junit:junit:4.+"
29
testCompile "org.embulk:embulk-core:0.8.6:tests"
0 commit comments