Skip to content

Commit

Permalink
Organized implementations libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Yossi Mesika committed Dec 11, 2019
1 parent a3e8f85 commit 0632fb3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ dependencies {
implementation project(':reflect-utils')
implementation project(':generic-utils')
implementation libs.slf4j
implementation libs.logbackClassic
implementation libs.log4jApi, libs.log4jCore, libs.log4jSlf4jBridge
implementation libs.guava
compileOnly libs.autoService
annotationProcessor libs.autoService
Expand All @@ -27,7 +25,7 @@ dependencies {
logbackAnnotationProcessor libs.autoService
logbackImplementation project.sourceSetDependency(sourceSets.main)

log4jImplementation libs.slf4j, libs.log4jApi, libs.log4jSlf4jBridge
log4jImplementation libs.slf4j, libs.log4jApi, libs.log4jCore, libs.log4jSlf4jBridge
log4jCompileOnly libs.autoService
log4jAnnotationProcessor libs.autoService
log4jImplementation project.sourceSetDependency(sourceSets.main)
Expand All @@ -50,7 +48,7 @@ configurations {
guiceImplementation.extendsFrom implementation
logbackImplementation.extendsFrom implementation
log4jImplementation.extendsFrom implementation
testImplementation.extendsFrom guiceImplementation
testImplementation.extendsFrom guiceImplementation, logbackImplementation, log4jImplementation
}

task guiceOutputJar(type: Jar) {
Expand Down

0 comments on commit 0632fb3

Please sign in to comment.