Skip to content

Commit

Permalink
Merge pull request #16 from embulk/remove-util-file
Browse files Browse the repository at this point in the history
Remove dependency on embulk-util-file
  • Loading branch information
dmikurube committed May 9, 2024
2 parents 17176d6 + 4b4b679 commit b62652a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ updates:
allow:
- dependency-name: "org.embulk.embulk-plugins"
- dependency-name: "org.embulk:embulk-spi"
- dependency-name: "org.embulk:embulk-util-file"
- dependency-name: "org.embulk:embulk-util-timestamp"
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ validation-api = "2.0.1.Final"
# We choose Jackson with the latest patch release of the latest open branch.
jackson = "2.16.2"

embulk-util-file = "0.1.5"
embulk-util-timestamp = "0.2.2"

checkstyle = "9.3"
Expand All @@ -23,7 +22,6 @@ checkstyle = "9.3"
embulk-spi = { group = "org.embulk", name = "embulk-spi", version.ref = "embulk-spi" }
slf4j = { group = "org.slf4j", name = "slf4j-api", version.ref = "slf4j-api" }
embulk-util-config = { group = "org.embulk", name = "embulk-util-config", version.ref = "embulk-util-config" }
embulk-util-file = { group = "org.embulk", name = "embulk-util-file", version.ref = "embulk-util-file" }
embulk-util-timestamp = { group = "org.embulk", name = "embulk-util-timestamp", version.ref = "embulk-util-timestamp" }
validation = { group = "javax.validation", name = "validation-api", version.ref = "validation-api" }
jackson-bom = { group = "com.fasterxml.jackson", name = "jackson-bom", version.ref = "jackson" }
Expand Down

0 comments on commit b62652a

Please sign in to comment.