Skip to content

Commit

Permalink
simplify archunit-integration-test dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Manfred Hanke <[email protected]>
  • Loading branch information
hankem committed Jun 1, 2024
1 parent 68221e6 commit f9fef2b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions archunit-integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,8 @@ ext.moduleName = 'com.tngtech.archunit.integrationtest'
ext.minimumJavaVersion = JavaVersion.VERSION_1_8

dependencies {
testImplementation dependency.junit5JupiterEngine
testImplementation dependency.junitPlatform
testImplementation dependency.assertj
testImplementation dependency.mockito
testImplementation dependency.guava
testImplementation dependency.log4j_api
testImplementation dependency.log4j_core
testImplementation dependency.log4j_slf4j
testImplementation project(path: ':archunit', configuration: 'tests')
testImplementation project(path: ':archunit-junit4')
testImplementation project(path: ':archunit-junit5-api')
Expand Down

0 comments on commit f9fef2b

Please sign in to comment.