From e098c7d57e4b55948c5465ab05b3ca5c8fb46e6c Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Mon, 15 Apr 2019 14:06:33 -0400 Subject: Remove override of spring versions Remove tag from spring dependencies so that versions are inherited from parent pom. Change-Id: I6bcf68728563e1389f638917d2a09cb0256f6d21 Issue-ID: CCSDK-1228 Signed-off-by: Timoney, Dan (dt5972) --- ms/neng/pom.xml | 18 ------------------ ms/vlantag-api/pom.xml | 2 -- 2 files changed, 20 deletions(-) diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index 23a34615..f722f08e 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -258,39 +258,32 @@ org.springframework.boot spring-boot-starter-web - ${springboot.version} org.springframework.boot spring-boot-starter-jersey - ${springboot.version} org.springframework.boot spring-boot-starter-actuator - ${springboot.version} org.springframework.boot spring-boot-loader-tools - ${springboot.version} org.springframework.boot spring-boot-starter-test - ${springboot.version} test org.springframework.boot spring-boot-starter-tomcat - ${springboot.version} compile org.springframework.boot spring-boot-starter-data-jpa - ${springboot.version} compile @@ -314,7 +307,6 @@ org.mariadb.jdbc mariadb-java-client - ${mariadb.connector.version} com.h2database @@ -323,19 +315,16 @@ org.springframework.boot spring-boot-configuration-processor - ${springboot.version} true org.springframework spring-test - ${spring.version} test org.springframework spring-aop - ${spring.version} org.springframework @@ -344,27 +333,22 @@ org.springframework spring-beans - ${spring.version} org.springframework spring-context - ${spring.version} org.springframework spring-core - ${spring.version} org.springframework spring-expression - ${spring.version} org.springframework spring-web - ${spring.version} @@ -391,7 +375,6 @@ org.jacoco jacoco-maven-plugin - 0.7.5.201505241946 pre-unit-test @@ -504,7 +487,6 @@ org.springframework.boot spring-boot-maven-plugin - ${springboot.version} diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml index 58e63aae..ea18424c 100644 --- a/ms/vlantag-api/pom.xml +++ b/ms/vlantag-api/pom.xml @@ -68,7 +68,6 @@ org.springframework.boot spring-boot-starter-security - 2.0.1.RELEASE @@ -92,7 +91,6 @@ org.mariadb.jdbc mariadb-java-client - ${mariadb.connector.version} -- cgit 1.2.3-korg