From 08c1bd4d78a0504e7531876869a7ae0cd9c448df Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Tue, 26 Mar 2019 15:10:05 -0400 Subject: [PATCH] Upgrade to springboot 1.5.19.RELEASE Upgrade eelf to 1.0.1-oss Issue-ID: AAI-2240 Issue-ID: AAI-2241 Change-Id: Ic08dd5a76ca9a1a7f37d0f430203625d834aa0a9 Signed-off-by: Jimmy Forsyth --- aai-core/pom.xml | 4 ++-- aai-rest/pom.xml | 8 ++++---- aai-schema-ingest/pom.xml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/aai-core/pom.xml b/aai-core/pom.xml index cd7450d2..14972f4d 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -42,7 +42,7 @@ ${project.version} 4.5.5 2.2.3 - 1.0.0 + 1.0.1-oss 1.2.3 2.3.21 5.15.6 @@ -452,7 +452,7 @@ org.springframework.boot spring-boot-test - 1.5.18.RELEASE + 1.5.19.RELEASE test diff --git a/aai-rest/pom.xml b/aai-rest/pom.xml index 7e6650ff..526bf2f2 100644 --- a/aai-rest/pom.xml +++ b/aai-rest/pom.xml @@ -37,9 +37,9 @@ https://nexus.onap.org - 1.0.0 - 1.5.18.RELEASE - 1.5.18.RELEASE + 1.0.1-oss + 1.5.19.RELEASE + 1.5.19.RELEASE 1.0.8.RELEASE @@ -121,7 +121,7 @@ org.springframework.boot spring-boot-test - 1.5.18.RELEASE + 1.5.19.RELEASE test diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 0effb9e6..14ccd8d4 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -33,7 +33,7 @@ jar - 1.0.0 + 1.0.1-oss 4.5.5 @@ -113,7 +113,7 @@ org.springframework.boot spring-boot-starter-web - 1.5.18.RELEASE + 1.5.19.RELEASE org.apache.httpcomponents @@ -128,7 +128,7 @@ org.springframework.boot spring-boot-test - 1.5.18.RELEASE + 1.5.19.RELEASE test -- 2.16.6