diff options
author | 2024-09-03 09:43:14 +0000 | |
---|---|---|
committer | 2024-09-03 09:43:14 +0000 | |
commit | 582da21cb7c66b5b5f877dde4fac3de58d3cb1cb (patch) | |
tree | 0936deacf03e42cf7c5a476698ea854e89d772ac /cps-application/pom.xml | |
parent | 115d80932460ed529c8c32c439218c63aceb9b45 (diff) | |
parent | 43a5d4be448ceacf5a395c98cbbb06b52aa853ef (diff) |
Merge "Remove unused and duplicate dependencies in poms"
Diffstat (limited to 'cps-application/pom.xml')
-rw-r--r-- | cps-application/pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cps-application/pom.xml b/cps-application/pom.xml index 4ff3111f73..19710be80b 100644 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -84,11 +84,6 @@ <!-- T E S T D E P E N D E N C I E S --> <dependency> - <groupId>org.springframework.security</groupId> - <artifactId>spring-security-test</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy</artifactId> <scope>test</scope> @@ -111,6 +106,7 @@ <dependency> <groupId>com.tngtech.archunit</groupId> <artifactId>archunit-junit5</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> |