From dc7a552c80013fdf7701705890c70674271fd7da Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Tue, 2 Jan 2024 13:02:39 +0100 Subject: Update spring boot to 2.2 - update spring dependency to 2.2.13 - remove profile based switch between spring versions 1.5.22 and 2.1.12 - migrate testng based tests in aai-els-onap-logging to junit 4 - rely more on boms for dependencyManagement by removing separate declarations (of spring and jackson) - resolve some build warnings by adding dependency + plugin versions - resolve some build warnings by removing duplicate declarations of dependencies - resolve build warning about ambiguous reference to JsonObject.addProperty() Issue-ID: AAI-3711 Change-Id: I7559e90ffb65199ee46bc5b7cdf5d9e73b7d87bc Signed-off-by: Fiete Ostkamp --- aai-parent/pom.xml | 163 +++++++++++++++-------------------------------------- 1 file changed, 47 insertions(+), 116 deletions(-) (limited to 'aai-parent/pom.xml') diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index 0a496851..4c047895 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -91,7 +91,11 @@ limitations under the License. and would take some time to refactor Please don't upgrade to 2.3.0 or above for nexus iq or security scans as it could potentially break our code - --> + --> + 2.2.13.RELEASE + 5.2.12.RELEASE + 5.2.25.RELEASE + ${spring.version} 2.2.0 20190722 4.12 @@ -110,7 +114,6 @@ limitations under the License. 0.9.10 1.29 - 2.1.12.RELEASE 3.1.0 1.2 @@ -129,9 +132,6 @@ limitations under the License. 3.7.0.1746 - 5.1.13.RELEASE - 5.1.13.RELEASE - 5.1.13.RELEASE 1.0.8.RELEASE 1.1.1 2.0.4 @@ -139,23 +139,49 @@ limitations under the License. 1.5.1 - - - spring-boot-2-1 - - 2.1.12.RELEASE - - - - spring-boot-1-5 - - 1.5.22.RELEASE - - - - + + com.fasterxml.jackson + jackson-bom + ${jackson.bom.version} + pom + import + + + org.springframework.boot + spring-boot-dependencies + ${spring.boot.version} + pom + import + + + org.springframework + spring-framework-bom + ${spring.version} + pom + import + + + org.springframework.boot + spring-boot-starter-parent + ${spring.boot.version} + pom + import + + + + org.springframework.security + spring-security-rsa + ${spring.security.rsa.version} + + + org.springframework + spring-jms + ${spring.jms.version} + + + com.googlecode.json-simple @@ -199,49 +225,6 @@ limitations under the License. ${aai.release.version} - - com.fasterxml.jackson - jackson-bom - ${jackson.bom.version} - pom - import - - - - org.springframework.boot - spring-boot-starter-web - ${spring.boot.version} - - - - org.springframework.boot - spring-boot-starter-parent - ${spring.boot.version} - pom - import - - - - org.springframework.boot - spring-boot-dependencies - ${spring.boot.version} - pom - import - - - - org.springframework.boot - spring-boot-test - test - ${spring.boot.version} - - - - org.springframework - spring-test - ${spring.test.version} - - commons-configuration commons-configuration @@ -618,59 +601,7 @@ limitations under the License. ${commons.io.version} - - org.springframework - spring-web - ${spring.version} - - - org.springframework - spring-context - ${spring.version} - - - org.springframework - spring-core - ${spring.version} - - - org.springframework - spring-orm - ${spring.version} - - - org.springframework - spring-oxm - ${spring.version} - - - org.springframework - spring-aspects - ${spring.version} - - - org.springframework - spring-tx - ${spring.version} - - - org.springframework - spring-webmvc - ${spring.version} - - - - org.springframework.security - spring-security-rsa - ${spring.security.rsa.version} - - - - org.springframework - spring-jms - ${spring.jms.version} - - + org.onap.aai.logging-service common-logging -- cgit 1.2.3-korg