From 7ff5c083a25dd6704dd2074128f669b0fa668ed7 Mon Sep 17 00:00:00 2001 From: "Lee, Tian (tl5884)" Date: Thu, 3 Jan 2019 11:15:46 +0000 Subject: Upversion Spring Boot for NexusIQ Upversion to latest 2.1.1.RELEASE to fix new NexusIQ security vulnerabilities Change-Id: I8d7759d5f5dbdf70b1056bc4b6875caf8c25893d Issue-ID: AAF-693 Signed-off-by: Lee, Tian (tl5884) --- sidecar/pom.xml | 51 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 31 insertions(+), 20 deletions(-) (limited to 'sidecar/pom.xml') diff --git a/sidecar/pom.xml b/sidecar/pom.xml index 424f29c..dd5ae52 100644 --- a/sidecar/pom.xml +++ b/sidecar/pom.xml @@ -15,8 +15,7 @@ * limitations under the License. * ============LICENSE_END==================================================== * --> - org.onap.aaf.cadi @@ -53,12 +52,12 @@ - 2.0.5.RELEASE - 3.0.4.RELEASE + 2.1.1.RELEASE + 5.1.3.RELEASE ${basedir}/target - + @@ -78,49 +77,61 @@ javax.servlet-api 3.1.0 - - org.aspectj - aspectjrt - 1.9.2 + org.aspectj + aspectjrt + 1.9.2 - com.google.code.gson gson 2.8.5 - org.apache.commons commons-lang3 3.8.1 - org.springframework.boot spring-boot-starter-jetty ${spring.boot.version} - org.springframework.boot spring-boot-starter-aop ${spring.boot.version} - org.springframework.boot spring-boot-starter-web ${spring.boot.version} - org.springframework.boot spring-boot-starter-test ${spring.boot.version} - + + org.springframework + spring-core + ${spring.web.version} + + + org.springframework + spring-expression + ${spring.web.version} + + + org.springframework + spring-web + ${spring.web.version} + + + org.springframework + spring-webmvc + ${spring.web.version} + @@ -136,18 +147,18 @@ - + maven-surefire-plugin 2.17 + unit tests --> - - + + com.mycila license-maven-plugin -- cgit 1.2.3-korg