Skip to content

Commit 25fc40f

Browse files
committed
Add dependencies for tests
1 parent bb0abf3 commit 25fc40f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,15 @@ sourceCompatibility = 1.7
1919
targetCompatibility = 1.7
2020

2121
dependencies {
22-
compile "org.embulk:embulk-core:0.7.4"
23-
provided "org.embulk:embulk-core:0.7.4"
22+
compile "org.embulk:embulk-core:0.7.+"
23+
provided "org.embulk:embulk-core:0.7.+"
2424
// compile "YOUR_JAR_DEPENDENCY_GROUP:YOUR_JAR_DEPENDENCY_MODULE:YOUR_JAR_DEPENDENCY_VERSION"
2525
compile "org.apache.commons:commons-vfs2:2.+"
2626
compile "com.jcraft:jsch:0.1.53"
2727
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.+"
2831
}
2932

3033
jacocoTestReport {

0 commit comments

Comments
 (0)