Skip to content

Commit

Permalink
move logging into bom
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <[email protected]>
  • Loading branch information
jeromy-cannon committed Jul 5, 2023
1 parent d00179e commit 57897aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions fullstack-bom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ dependencies {
api(platform("org.assertj:assertj-bom:3.24.2"))
api(platform("com.fasterxml.jackson:jackson-bom:2.15.2"))
api(platform("org.mockito:mockito-bom:5.3.1"))
api(platform("org.apache.logging.log4j:log4j:2.20.0"))
api(platform("org.apache.logging.log4j:log4j-slf4j2-impl:2.20.0"))
}

dependencies.constraints {
Expand Down
2 changes: 0 additions & 2 deletions fullstack-helm-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ dependencies {
testImplementation(gav("org.junit.jupiter.api"))
testImplementation(gav("org.junit.jupiter.params"))
testImplementation(gav("org.assertj.core"))
testImplementation("org.apache.logging.log4j:log4j:2.20.0")
testImplementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.20.0")
}
}

Expand Down

0 comments on commit 57897aa

Please sign in to comment.