Skip to content

Commit e9401ca

Browse files
committed
build: Remove the Log4j Kotlin API as an API dependency
Due to 29cba89 the Log4j Kotlin API only needs to be an implementation dependency now. Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent b1760ca commit e9401ca

File tree

10 files changed

+0
-13
lines changed

10 files changed

+0
-13
lines changed

clients/fossid-webapp/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ plugins {
2323
}
2424

2525
dependencies {
26-
api(libs.log4jApiKotlin)
2726
api(libs.okhttp)
2827
api(libs.retrofit)
2928

plugins/commands/api/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ dependencies {
2727
api(project(":utils:common-utils"))
2828

2929
api(libs.clikt)
30-
api(libs.log4jApiKotlin)
3130

3231
implementation(project(":utils:ort-utils"))
3332

plugins/package-managers/bundler/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ dependencies {
2626
api(project(":analyzer"))
2727
api(project(":model"))
2828

29-
api(libs.log4jApiKotlin)
30-
3129
implementation(project(":downloader"))
3230
implementation(project(":utils:common-utils"))
3331
implementation(project(":utils:ort-utils"))

plugins/package-managers/conan/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ dependencies {
2929
because("This is a CommandLineTool.")
3030
}
3131

32-
api(libs.log4jApiKotlin)
3332
api(libs.semver4j) {
3433
because("This is a CommandLineTool.")
3534
}

plugins/package-managers/gradle/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ dependencies {
2626
api(project(":analyzer"))
2727
api(project(":model"))
2828

29-
api(libs.log4jApiKotlin)
30-
3129
implementation(project(":downloader"))
3230
implementation(project(":plugins:package-managers:gradle-model"))
3331
implementation(project(":utils:common-utils"))

plugins/package-managers/node/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ dependencies {
3434
}
3535

3636
api(libs.jacksonDatabind)
37-
api(libs.log4jApiKotlin)
3837

3938
implementation(project(":downloader"))
4039
implementation(project(":utils:ort-utils"))

plugins/package-managers/nuget/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ dependencies {
3131
api(project(":analyzer"))
3232
api(project(":model"))
3333

34-
api(libs.log4jApiKotlin)
35-
3634
implementation(project(":downloader"))
3735
implementation(project(":utils:common-utils"))
3836
implementation(project(":utils:ort-utils"))

plugins/package-managers/pub/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ dependencies {
2929
because("This is a CommandLineTool.")
3030
}
3131

32-
api(libs.log4jApiKotlin)
3332
api(libs.semver4j) {
3433
because("This is a CommandLineTool.")
3534
}

plugins/package-managers/python/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ dependencies {
3434
because("This is a CommandLineTool.")
3535
}
3636

37-
api(libs.log4jApiKotlin)
3837
api(libs.semver4j) {
3938
because("This is a CommandLineTool.")
4039
}

utils/common/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ plugins {
2525
dependencies {
2626
api(libs.commonsCompress)
2727
api(libs.jacksonDatabind)
28-
api(libs.log4jApiKotlin)
2928
api(libs.semver4j)
3029

3130
implementation(libs.diskLruCache)

0 commit comments

Comments
 (0)