diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2024-03-12 15:50:35 +0000 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2024-03-12 15:51:59 +0000 |
commit | 7161044baa64d79c7b5dd174b76c5840f5558344 (patch) | |
tree | d27eafd4ba3473cc187c328c7a6e54849e131c69 /pom.xml | |
parent | 30ad30c5a31df96e35d2276d095a72b5e3954b39 (diff) |
Update dependencies for security fixes
- updated spring framework
- updated postgresql
- changed a few libs to latest version
- removed oparent dependency management to avoid old libs to return
Issue-ID: POLICY-4945
Change-Id: Ia191d2192944bec55218174f64e7611167f38609
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2020-2021 AT&T. All rights reserved. - Modifications Copyright (C) 2021 Nordix Foundation. + Modifications Copyright (C) 2021, 2024 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -42,18 +42,6 @@ <module>integration</module> </modules> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.onap.oparent</groupId> - <artifactId>dependencies</artifactId> - <version>${oparent.version}</version> - <type>pom</type> - <scope>import</scope> - </dependency> - </dependencies> - </dependencyManagement> - <build> <pluginManagement> <plugins> |