From: Kajur, Harish (vk250x) Date: Wed, 18 Apr 2018 15:40:45 +0000 (-0400) Subject: Update the pom to use the spring boot 1.5.12 X-Git-Tag: v1.2.2~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=235f7eb30eb3eea9bf9e56e0e4bc2bee458abbd4;p=aai%2Faai-common.git Update the pom to use the spring boot 1.5.12 Issue-ID: AAI-1036 Issue-ID: AAI-968 Issue-ID: AAI-975 Change-Id: Iad8ad4f6e5f71c969b99356b7c909dc585e97a98 Signed-off-by: Kajur, Harish (vk250x) --- diff --git a/aai-client-loadbalancer/pom.xml b/aai-client-loadbalancer/pom.xml index 58454d6c..6279eb34 100644 --- a/aai-client-loadbalancer/pom.xml +++ b/aai-client-loadbalancer/pom.xml @@ -49,6 +49,7 @@ UTF-8 1.8 + 1.2.3 @@ -63,7 +64,7 @@ org.springframework.boot spring-boot-starter-web - 1.5.2.RELEASE + 1.5.12.RELEASE org.springframework.boot @@ -76,16 +77,26 @@ eelf-core 1.0.0 - - org.springframework.retry - spring-retry - 1.2.1.RELEASE - io.netty netty-codec-http 4.0.29.Final + + ch.qos.logback + logback-core + ${logback.version} + + + ch.qos.logback + logback-classic + ${logback.version} + + + ch.qos.logback + logback-access + ${logback.version} + diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 67fafa42..6d6814f7 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -445,7 +445,7 @@ org.springframework spring-web - 4.2.5.RELEASE + 4.3.16.RELEASE javax.xml.bind @@ -633,7 +633,7 @@ org.springframework spring-jms - 4.3.2.RELEASE + 4.3.16.RELEASE diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 3f896382..d5ea87e3 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -55,12 +55,12 @@ org.springframework spring-context - 4.3.6.RELEASE + 4.3.16.RELEASE org.springframework spring-test - 4.3.6.RELEASE + 4.3.16.RELEASE org.springframework.boot diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index c44227a9..0afd77b9 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -37,6 +37,7 @@ https://nexus.onap.org + 1.2.3 @@ -91,6 +92,21 @@ 4.11 test + + ch.qos.logback + logback-core + ${logback.version} + + + ch.qos.logback + logback-classic + ${logback.version} + + + ch.qos.logback + logback-access + ${logback.version} +