diff options
author | Niamh Core <niamh.core@est.tech> | 2021-07-06 13:59:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-06 13:59:03 +0000 |
commit | d32354171c15651c24b8e7f99c1164b75411489a (patch) | |
tree | b4caaeb64956986a8edea4c529494401d7aad146 /cps-application/pom.xml | |
parent | d026dca42a7bd09c67f35fa65946dc6c5a3bdf12 (diff) | |
parent | db1f37899762ba7d169b526c2333a1e2e4fa5cd7 (diff) |
Merge "Adding Layered Architecture test and Arch Unit Library for CPS-CORE"
Diffstat (limited to 'cps-application/pom.xml')
-rwxr-xr-x | cps-application/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-application/pom.xml b/cps-application/pom.xml index 2ae4883752..f656215c06 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> |