Skip to content

Commit

Permalink
Merge pull request #969 from Kotlin/remove-fuel-dependency
Browse files Browse the repository at this point in the history
Remove dependency on fuel
  • Loading branch information
Jolanrensen authored Nov 26, 2024
2 parents 114c570 + 8f13083 commit 7d48035
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ dependencies {
implementation(libs.serialization.json)
implementation(libs.fastDoubleParser)

implementation(libs.fuel)

api(libs.kotlin.datetimeJvm)
implementation(libs.kotlinpoet)
implementation(libs.sl4j)
Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ commonsCsv = "1.11.0"
commonsCompress = "1.27.1"
commonsIo = "2.16.1"
serialization = "1.7.1"
fuel = "2.3.1"
poi = "5.3.0"
mariadb = "3.4.1"
h2db = "2.3.232"
Expand Down Expand Up @@ -82,7 +81,6 @@ commonsIo = { group = "commons-io", name = "commons-io", version.ref = "commonsI
serialization-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-core", version.ref = "serialization" }
serialization-json = { group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version.ref = "serialization" }

fuel = { group = "com.github.kittinunf.fuel", name = "fuel", version.ref = "fuel" }
poi = { group = "org.apache.poi", name = "poi", version.ref = "poi" }
mariadb = { group = "org.mariadb.jdbc", name = "mariadb-java-client", version.ref = "mariadb" }
h2db = { group = "com.h2database", name = "h2", version.ref = "h2db" }
Expand Down

0 comments on commit 7d48035

Please sign in to comment.