Skip to content

Commit 4b4b679

Browse files
committed
Remove dependency on embulk-util-file
1 parent 17176d6 commit 4b4b679

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ updates:
1313
allow:
1414
- dependency-name: "org.embulk.embulk-plugins"
1515
- dependency-name: "org.embulk:embulk-spi"
16-
- dependency-name: "org.embulk:embulk-util-file"
1716
- dependency-name: "org.embulk:embulk-util-timestamp"

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ validation-api = "2.0.1.Final"
1313
# We choose Jackson with the latest patch release of the latest open branch.
1414
jackson = "2.16.2"
1515

16-
embulk-util-file = "0.1.5"
1716
embulk-util-timestamp = "0.2.2"
1817

1918
checkstyle = "9.3"
@@ -23,7 +22,6 @@ checkstyle = "9.3"
2322
embulk-spi = { group = "org.embulk", name = "embulk-spi", version.ref = "embulk-spi" }
2423
slf4j = { group = "org.slf4j", name = "slf4j-api", version.ref = "slf4j-api" }
2524
embulk-util-config = { group = "org.embulk", name = "embulk-util-config", version.ref = "embulk-util-config" }
26-
embulk-util-file = { group = "org.embulk", name = "embulk-util-file", version.ref = "embulk-util-file" }
2725
embulk-util-timestamp = { group = "org.embulk", name = "embulk-util-timestamp", version.ref = "embulk-util-timestamp" }
2826
validation = { group = "javax.validation", name = "validation-api", version.ref = "validation-api" }
2927
jackson-bom = { group = "com.fasterxml.jackson", name = "jackson-bom", version.ref = "jackson" }

0 commit comments

Comments
 (0)