summaryrefslogtreecommitdiffstats
path: root/cps-application/pom.xml
diff options
context:
space:
mode:
authorNiamh Core <niamh.core@est.tech>2021-07-06 13:59:03 +0000
committerGerrit Code Review <gerrit@onap.org>2021-07-06 13:59:03 +0000
commitd32354171c15651c24b8e7f99c1164b75411489a (patch)
treeb4caaeb64956986a8edea4c529494401d7aad146 /cps-application/pom.xml
parentd026dca42a7bd09c67f35fa65946dc6c5a3bdf12 (diff)
parentdb1f37899762ba7d169b526c2333a1e2e4fa5cd7 (diff)
Merge "Adding Layered Architecture test and Arch Unit Library for CPS-CORE"
Diffstat (limited to 'cps-application/pom.xml')
-rwxr-xr-xcps-application/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-application/pom.xml b/cps-application/pom.xml
index 2ae488375..f656215c0 100755
--- a/cps-application/pom.xml
+++ b/cps-application/pom.xml
@@ -106,6 +106,10 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>com.tngtech.archunit</groupId>
+ <artifactId>archunit-junit5</artifactId>
+ </dependency>
</dependencies>
<build>