diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-01-11 11:36:27 +0100 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-01-11 14:54:54 +0100 |
commit | 6ecaa012a9712c5579e80ed9096f4e89c1285bf7 (patch) | |
tree | b507713c0d5df9480be9248e720848fe8cdd8bf7 /aai-schema-abstraction/pom.xml | |
parent | 64ba3c1816fc85d24ca2de935a5263608fd7b23f (diff) |
Update spring boot to 2.4
- update spring boot from 2.3 to 2.4
- remove compile-time dependency on powermock introduced by eelf-core
- remove dependencyManagement declarations for powermock since it's not used anymore
Issue-ID: AAI-3725
Change-Id: I05a35e0cee80b27123f28bb8eeb8ed885c83a173
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-schema-abstraction/pom.xml')
-rw-r--r-- | aai-schema-abstraction/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/aai-schema-abstraction/pom.xml b/aai-schema-abstraction/pom.xml index 324d033c..91879d32 100644 --- a/aai-schema-abstraction/pom.xml +++ b/aai-schema-abstraction/pom.xml @@ -58,6 +58,16 @@ <groupId>com.att.eelf</groupId> <artifactId>eelf-core</artifactId> <version>1.0.1-oss</version> + <exclusions> + <exclusion> + <groupId>org.powermock</groupId> + <artifactId>powermock-module-junit4</artifactId> + </exclusion> + <exclusion> + <groupId>org.powermock</groupId> + <artifactId>powermock-api-mockito</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.onap.aai.logging-service</groupId> |