diff options
author | Dominik Mizyn <d.mizyn@samsung.com> | 2019-10-04 12:24:14 +0200 |
---|---|---|
committer | Dominik Mizyn <d.mizyn@samsung.com> | 2019-10-04 12:24:30 +0200 |
commit | 26abc89a7ce21999cccd88b77cd2ecda21cbe905 (patch) | |
tree | d6d6ff67ca2cf3683c00f09fe558ed8399979973 /portal-BE/pom.xml | |
parent | 1a7472103bde3d850f1f410a7d2ae5b249aef92e (diff) |
Tests coverage up and some minor bug fixes
Tests coverage up and some minor bug fixes
Issue-ID: PORTAL-710
Change-Id: I1abb5025f8cc91738c976bd6a49113776d9b4617
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
Diffstat (limited to 'portal-BE/pom.xml')
-rw-r--r-- | portal-BE/pom.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/portal-BE/pom.xml b/portal-BE/pom.xml index 843e33d8..8251dbf0 100644 --- a/portal-BE/pom.xml +++ b/portal-BE/pom.xml @@ -157,6 +157,34 @@ <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> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>io.swagger</groupId> + <artifactId>swagger-annotations</artifactId> + <version>1.5.20</version> + </dependency> </dependencies> <properties> <docker.image.prefix>portal</docker.image.prefix> |