summaryrefslogtreecommitdiffstats
path: root/cps-dependencies
diff options
context:
space:
mode:
authordanielhanrahan <daniel.hanrahan@est.tech>2023-11-10 15:12:22 +0000
committerArpit Singh <as00745003@techmahindra.com>2024-02-08 13:04:19 +0000
commit60c73123ba15404816282dd36b370a3fec10c91d (patch)
tree6800a70ccf624bedb92c31028c1b88830c813389 /cps-dependencies
parent6482b36e6aa33c714ddcaea7f1064e0eb82344ec (diff)
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 (cherry picked from commit ed9d179947325bbb9b81378b469341d023b46cd8)
Diffstat (limited to 'cps-dependencies')
-rwxr-xr-xcps-dependencies/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml
index 74db92427d..a414304b8d 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>