Skip to content

Commit

Permalink
Delete unnecessary logback dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscodr committed Apr 9, 2024
1 parent 709c90e commit e02d3c7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ kotlin {
val jvmMain by getting {
dependencies {
implementation(libs.ktor.http)
implementation(libs.logback)
implementation(libs.rss.reader)
api(libs.jackson)
api(libs.jackson.schema)
Expand Down
1 change: 0 additions & 1 deletion integrations/gcp/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ kotlin {
...
val jvmMain by getting {
dependencies {
implementation(libs.logback)
api(libs.ktor.client.cio)
}
}
Expand Down
1 change: 0 additions & 1 deletion integrations/gcp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ kotlin {
}
val jvmMain by getting {
dependencies {
implementation(libs.logback)
api(libs.ktor.client.cio)
}
}
Expand Down
1 change: 0 additions & 1 deletion integrations/mlflow/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ kotlin {
}
val jvmMain by getting {
dependencies {
implementation(libs.logback)
api(libs.ktor.client.cio)
}
}
Expand Down
1 change: 0 additions & 1 deletion openai-client/client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ kotlin {
}
val jvmMain by getting {
dependencies {
implementation(libs.logback)
api(libs.ktor.client.cio)
}
}
Expand Down
1 change: 0 additions & 1 deletion reasoning/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ kotlin {
}
val jvmMain by getting {
dependencies {
implementation(libs.logback)
implementation(projects.xefPdf)
implementation(projects.xefFilesystem)
api(libs.ktor.client.cio)
Expand Down

0 comments on commit e02d3c7

Please sign in to comment.