summaryrefslogtreecommitdiffstats
path: root/ms/vlantag-api/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-04-15 14:06:33 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-04-15 14:06:33 -0400
commite098c7d57e4b55948c5465ab05b3ca5c8fb46e6c (patch)
treefe4e8592af8749ac9ba8849091f034e58da7e40b /ms/vlantag-api/pom.xml
parent72d22a4339db09824d46746dacbba1e141763dc0 (diff)
Remove override of spring versions
Remove <version> 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) <dtimoney@att.com>
Diffstat (limited to 'ms/vlantag-api/pom.xml')
-rw-r--r--ms/vlantag-api/pom.xml2
1 files changed, 0 insertions, 2 deletions
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 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
- <version>2.0.1.RELEASE</version>
</dependency>
<dependency>
@@ -92,7 +91,6 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
- <version>${mariadb.connector.version}</version>
</dependency>
<dependency>