diff options
author | waqas.ikram <waqas.ikram@est.tech> | 2024-02-21 11:31:00 +0000 |
---|---|---|
committer | waqas.ikram <waqas.ikram@est.tech> | 2024-02-22 17:21:37 +0000 |
commit | e7f8012e4fbd40757c45e6368539de4899cfe35a (patch) | |
tree | dd7c01df698d6c254027f9b968b7d19cc34bfa06 /cps-service | |
parent | 79bb5dafbed0e6dd779276ac80ae5549a834bcf5 (diff) |
Uplift Spring Boot to 3.2.2
- Upgraded hypersistence-utils-hibernate-60 to hypersistence-utils-hibernate-63
- Introduced @Qualifier annotations where needed
Issue-ID: CPS-2101
Change-Id: I8303592ed91584deb6ca5cd4e49800210b6ea989
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
Diffstat (limited to 'cps-service')
-rw-r--r-- | cps-service/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cps-service/pom.xml b/cps-service/pom.xml index de716dfa58..00408fcfca 100644 --- a/cps-service/pom.xml +++ b/cps-service/pom.xml @@ -142,11 +142,6 @@ </dependency> <!-- T E S T D E P E N D E N C I E S --> <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy</artifactId> <scope>test</scope> |