diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-06-24 12:18:24 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-06-24 12:18:24 -0400 |
commit | c476c4dbebaf615d2f73bb91614937a64147f127 (patch) | |
tree | c4d6f427c1a168d101b71aba0edc5d3a6677a874 /ms | |
parent | 16a34aeeebad1775ea4a6675c19f041b273dcdfb (diff) |
Remove versions form project poms
Remove versions from project poms and instead drive version from
dependencyManagement declaration in parent pom.
Change-Id: I9502b4b96d4f54a4ea20b4fbda507f85bad3ba45
Issue-ID: CCSDK-1416
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'ms')
-rw-r--r-- | ms/neng/pom.xml | 3 | ||||
-rw-r--r-- | ms/vlantag-api/pom.xml | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index 0c4cff21..e9c030c7 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -253,7 +253,6 @@ <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-core</artifactId> - <version>1.5.22</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -293,12 +292,10 @@ <dependency> <groupId>javax.ws.rs</groupId> <artifactId>javax.ws.rs-api</artifactId> - <version>2.1</version> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> - <version>2.6</version> </dependency> <dependency> <groupId>org.liquibase</groupId> diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml index 3213bd08..2bb59321 100644 --- a/ms/vlantag-api/pom.xml +++ b/ms/vlantag-api/pom.xml @@ -96,7 +96,6 @@ <dependency> <groupId>io.swagger</groupId> <artifactId>swagger-annotations</artifactId> - <version>1.5.8</version> </dependency> </dependencies> |