diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-08-19 16:17:03 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-08-19 16:33:11 +0200 |
commit | e98fe40ba47af72eb26d11722d3bba16da374cc8 (patch) | |
tree | 8240529cc29a6d16a13bffa182aee2885e1d62f1 /aai-schema-abstraction/pom.xml | |
parent | d2a63fcf3c5ee6b8363cc9db87706b2491c7aeb0 (diff) |
Update spring-boot to 2.5 in aai-common
- update spring-boot (2.4 -> 2.5.15)
- update vulnerable dependencies (spring-jms)
- remove old codehaus.jackson dependency
Issue-ID: AAI-3972
Change-Id: Ie0854c192a3a7bb719e9ac0e080e83a48e1b964a
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 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/aai-schema-abstraction/pom.xml b/aai-schema-abstraction/pom.xml index 00442e42..c89cf6eb 100644 --- a/aai-schema-abstraction/pom.xml +++ b/aai-schema-abstraction/pom.xml @@ -86,14 +86,6 @@ <artifactId>logback-access</artifactId> </dependency> <dependency> - <groupId>org.codehaus.jackson</groupId> - <artifactId>jackson-core-asl</artifactId> - </dependency> - <dependency> - <groupId>org.codehaus.jackson</groupId> - <artifactId>jackson-mapper-asl</artifactId> - </dependency> - <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> |