1
0

add ArchUnitTest

This commit is contained in:
Michael Hoennig
2022-08-02 15:17:24 +02:00
parent 2ac476d99b
commit 142aac2bce
4 changed files with 68 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ dependencies {
testImplementation 'org.testcontainers:testcontainers'
testImplementation 'org.testcontainers:junit-jupiter'
testImplementation 'org.testcontainers:postgresql'
testImplementation 'com.tngtech.archunit:archunit-junit5:1.0.0-rc1'
}
dependencyManagement {