Update Architecture rule to add cache package
- Modify test to allow org.onap.cps.cache package to access CPS classes
- Update archunit to avoid exceptions during build related to Java 17
Issue-ID: CPS-1958
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: If74dd897b8e41b83e41ea2a35e087ee56beb3088
diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml
index 6f3ef10..beb4de1 100755
--- a/cps-dependencies/pom.xml
+++ b/cps-dependencies/pom.xml
@@ -150,7 +150,7 @@
<dependency>
<groupId>com.tngtech.archunit</groupId>
<artifactId>archunit-junit5</artifactId>
- <version>0.18.0</version>
+ <version>1.2.0</version>
<scope>test</scope>
</dependency>
<dependency>