From db1f37899762ba7d169b526c2333a1e2e4fa5cd7 Mon Sep 17 00:00:00 2001 From: DylanB95EST Date: Tue, 22 Jun 2021 16:57:16 +0100 Subject: Adding Layered Architecture test and Arch Unit Library for CPS-CORE Adding Layered Architecture Test Will Add Depedency Test at later time after potential refactoring of project structure Adding Archunit property file to avoid Store Initialization Exception Issue-ID: CPS-380 Change-Id: I364294a46b1ab78b86a9c271856805fce09f75a0 Signed-off-by: DylanB95EST --- cps-dependencies/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cps-dependencies') diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index afe4de059..b72ccdfa4 100755 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -31,6 +31,7 @@ 4.9.2 + 0.18.0 3.1 1.15 3.11 @@ -170,6 +171,12 @@ liquibase-core ${liquibase.version} + + com.tngtech.archunit + archunit-junit5 + ${archunit.version} + test + -- cgit 1.2.3-korg