From 8b95aeb7001d06e2094ae18697c63cb04156411b Mon Sep 17 00:00:00 2001 From: renealr Date: Wed, 3 Apr 2019 18:33:00 -0400 Subject: [PATCH] upgrade spring boot to 1.5.19 Issue-ID: AAI-2245 Change-Id: I2fbc1c422fed039a0a33c9bc40251a4c20382748 Signed-off-by: renealr --- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d9881f9..fb3bdd4 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.springframework.boot spring-boot-starter-parent - 1.5.15.RELEASE + 1.5.19.RELEASE org.onap.aai.data-router @@ -110,7 +110,17 @@ limitations under the License. org.springframework.boot spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + + + org.springframework.boot + spring-boot-starter-jetty + org.springframework.boot spring-boot-starter -- 2.16.6