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 bb0abf3 commit 25fc40fCopy full SHA for 25fc40f
build.gradle
@@ -19,12 +19,15 @@ sourceCompatibility = 1.7
19
targetCompatibility = 1.7
20
21
dependencies {
22
- compile "org.embulk:embulk-core:0.7.4"
23
- provided "org.embulk:embulk-core:0.7.4"
+ compile "org.embulk:embulk-core:0.7.+"
+ provided "org.embulk:embulk-core:0.7.+"
24
// compile "YOUR_JAR_DEPENDENCY_GROUP:YOUR_JAR_DEPENDENCY_MODULE:YOUR_JAR_DEPENDENCY_VERSION"
25
compile "org.apache.commons:commons-vfs2:2.+"
26
compile "com.jcraft:jsch:0.1.53"
27
testCompile "junit:junit:4.+"
28
+ testCompile "org.embulk:embulk-core:0.7.+:tests"
29
+ testCompile "org.embulk:embulk-standards:0.7.+"
30
+ testCompile "org.apache.sshd:apache-sshd:1.+"
31
}
32
33
jacocoTestReport {
0 commit comments