summaryrefslogtreecommitdiffstats
path: root/portal-BE/pom.xml
diff options
context:
space:
mode:
authorLorraine Welch <lb2391@att.com>2019-12-17 20:48:52 +0000
committerGerrit Code Review <gerrit@onap.org>2019-12-17 20:48:52 +0000
commitba2d7bcaf4ce42fd0c8742dc462ef0160bdfd8f7 (patch)
treeb98cf8d684284477a126541bc99612053e88facd /portal-BE/pom.xml
parent662c0ad3e5874c4db01414338a0a6676adb29c8d (diff)
parent2b436dba4b7c12e8c97f040753d0d5044d580b8d (diff)
Merge "Deprecated class and annotation change"
Diffstat (limited to 'portal-BE/pom.xml')
-rw-r--r--portal-BE/pom.xml53
1 files changed, 10 insertions, 43 deletions
diff --git a/portal-BE/pom.xml b/portal-BE/pom.xml
index a882f751..94340971 100644
--- a/portal-BE/pom.xml
+++ b/portal-BE/pom.xml
@@ -141,54 +141,21 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>io.swagger</groupId>
- <artifactId>swagger-annotations</artifactId>
- <version>2.0.0-rc2</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>io.swagger</groupId>
- <artifactId>swagger-annotations</artifactId>
- <version>2.0.0-rc2</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>io.swagger</groupId>
- <artifactId>swagger-annotations</artifactId>
- <version>1.5.20</version>
- </dependency>
- <dependency>
- <groupId>io.swagger</groupId>
- <artifactId>swagger-annotations</artifactId>
- <version>2.0.0-rc2</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>io.swagger</groupId>
- <artifactId>swagger-annotations</artifactId>
- <version>1.5.20</version>
- </dependency>
- <dependency>
- <groupId>io.swagger</groupId>
- <artifactId>swagger-annotations</artifactId>
- <version>2.0.0-rc2</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>io.swagger</groupId>
- <artifactId>swagger-annotations</artifactId>
- <version>2.0.0-rc2</version>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-rs-client</artifactId>
+ <version>3.3.4</version>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>org.hibernate.validator</groupId>
+ <artifactId>hibernate-validator</artifactId>
+ <version>6.0.18.Final</version>
+ <scope>compile</scope>
+ </dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
- <version>1.5.20</version>
- </dependency>
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-rs-client</artifactId>
- <version>3.3.4</version>
+ <version>1.5.13</version>
<scope>compile</scope>
</dependency>
</dependencies>