Skip to content

Commit

Permalink
Update gradle.lockfile along with specifying embulk-util-file and emb…
Browse files Browse the repository at this point in the history
…ulk-util-text explicitly
  • Loading branch information
dmikurube committed May 9, 2024
1 parent d71b67d commit b2e9130
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions embulk-guess-csv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ dependencies {
implementation libs.bundles.jackson

implementation libs.embulk.util.csv
implementation libs.embulk.util.file
implementation libs.embulk.util.guess
implementation libs.embulk.util.json
implementation libs.embulk.util.text
implementation libs.embulk.util.rubytime
implementation libs.embulk.util.timestamp

Expand Down
4 changes: 2 additions & 2 deletions embulk-guess-csv/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ javax.validation:validation-api:2.0.1.Final=compileClasspath,runtimeClasspath
org.embulk:embulk-spi:0.11=compileClasspath
org.embulk:embulk-util-config:0.5.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-csv:0.3.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-file:0.1.5=compileClasspath,runtimeClasspath
org.embulk:embulk-util-file:0.2.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-guess:0.3.2=compileClasspath,runtimeClasspath
org.embulk:embulk-util-json:0.5.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-rubytime:0.3.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-text:0.1.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-text:0.2.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-timestamp:0.2.2=compileClasspath,runtimeClasspath
org.msgpack:msgpack-core:0.8.24=compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath
Expand Down
2 changes: 2 additions & 0 deletions embulk-guess-csv_all_strings/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ dependencies {
implementation libs.bundles.jackson

implementation libs.embulk.util.csv
implementation libs.embulk.util.file
implementation libs.embulk.util.guess
implementation libs.embulk.util.json
implementation libs.embulk.util.text
implementation libs.embulk.util.rubytime
implementation libs.embulk.util.timestamp

Expand Down
4 changes: 2 additions & 2 deletions embulk-guess-csv_all_strings/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ javax.validation:validation-api:2.0.1.Final=compileClasspath,runtimeClasspath
org.embulk:embulk-spi:0.11=compileClasspath
org.embulk:embulk-util-config:0.5.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-csv:0.3.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-file:0.1.5=compileClasspath,runtimeClasspath
org.embulk:embulk-util-file:0.2.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-guess:0.3.2=compileClasspath,runtimeClasspath
org.embulk:embulk-util-json:0.5.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-rubytime:0.3.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-text:0.1.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-text:0.2.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-timestamp:0.2.2=compileClasspath,runtimeClasspath
org.msgpack:msgpack-core:0.8.24=compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath
Expand Down
4 changes: 2 additions & 2 deletions gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ javax.validation:validation-api:2.0.1.Final=compileClasspath,runtimeClasspath
org.embulk:embulk-spi:0.11=compileClasspath
org.embulk:embulk-util-config:0.5.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-csv:0.3.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-file:0.1.5=compileClasspath,runtimeClasspath
org.embulk:embulk-util-file:0.2.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-json:0.5.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-rubytime:0.3.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-text:0.1.3=compileClasspath,runtimeClasspath
org.embulk:embulk-util-text:0.2.0=compileClasspath,runtimeClasspath
org.embulk:embulk-util-timestamp:0.2.2=compileClasspath,runtimeClasspath
org.msgpack:msgpack-core:0.8.24=compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath
Expand Down

0 comments on commit b2e9130

Please sign in to comment.