File tree Expand file tree Collapse file tree 10 files changed +0
-13
lines changed
Expand file tree Collapse file tree 10 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ plugins {
2323}
2424
2525dependencies {
26- api(libs.log4jApiKotlin)
2726 api(libs.okhttp)
2827 api(libs.retrofit)
2928
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ))
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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" ))
Original file line number Diff line number Diff 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" ))
Original file line number Diff line number Diff 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" ))
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ plugins {
2525dependencies {
2626 api(libs.commonsCompress)
2727 api(libs.jacksonDatabind)
28- api(libs.log4jApiKotlin)
2928 api(libs.semver4j)
3029
3130 implementation(libs.diskLruCache)
You can’t perform that action at this time.
0 commit comments