Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
yuokada authored Mar 2, 2024
1 parent d898d6b commit 2f40153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tasks.withType(JavaCompile) {
}

dependencies {
compileOnly("org.embulk:embulk-core:0.11.2") {
compileOnly("org.embulk:embulk-core:0.10.50") {
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-core'
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-annotations'
Expand Down

0 comments on commit 2f40153

Please sign in to comment.