add arch test for layer structure

This commit is contained in:
Savosin Denis
2025-06-03 17:40:32 +07:00
parent d4e36e7354
commit 6b03b7a01a
3 changed files with 64 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ spring-cloud = "4.1.5"
testcontainers = "1.19.7"
[libraries]
archUnit-junit = { module = "com.tngtech.archunit:archunit-junit5", version = "1.4.1" }
flyway-core = { module = "org.flywaydb:flyway-core", version = "9.22.3" }
jackson-datatype-jsr = { module = "com.fasterxml.jackson.datatype:jackson-datatype-jsr310", version.ref = "jackson" }
jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version.ref = "jackson" }