Skip to content

Commit

Permalink
Merge pull request sakama#11 from embulk/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
sakama authored Oct 18, 2018
2 parents 6ff3e47 + 1a8904f commit 403f9d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ language: java

jdk:
- oraclejdk8
- oraclejdk7
- openjdk7

env:
global:
Expand Down
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ configurations {
provided
}

sourceCompatibility = 1.7
targetCompatibility = 1.7
sourceCompatibility = 1.8
targetCompatibility = 1.8

version = "0.1.5"

dependencies {
compile "org.embulk:embulk-core:0.8.2"
provided "org.embulk:embulk-core:0.8.2"
compile "org.embulk:embulk-core:0.9.8"
provided "org.embulk:embulk-core:0.9.8"

compile "com.microsoft.azure:azure-storage:4.0.0"
compile "com.microsoft.azure:azure-storage:8.0.0"

testCompile "junit:junit:4.12"
testCompile "org.embulk:embulk-core:0.8.2:tests"
testCompile "org.embulk:embulk-standards:0.8.2"
testCompile "org.embulk:embulk-core:0.9.8:tests"
testCompile "org.embulk:embulk-standards:0.9.8"
}

task classpath(type: Copy, dependsOn: ["jar"]) {
Expand Down

0 comments on commit 403f9d1

Please sign in to comment.