From 2b436dba4b7c12e8c97f040753d0d5044d580b8d Mon Sep 17 00:00:00 2001 From: Dominik Mizyn Date: Tue, 17 Dec 2019 12:37:32 +0100 Subject: Deprecated class and annotation change javax.validation.constraints.Email, javax.validation.constraints.NotBlank in ProfileDetail.java class changed to import org.hibernate.validator.constraints.Email, import org.hibernate.validator.constraints.NotBlank Minor change: @RunWith(MockitoJUnitRunner.class) -> @RunWith(SpringRunner.class) Issue-ID: PORTAL-710 Change-Id: I9e249ea293ec05b212d431e6fe877a98f3798ffc Signed-off-by: Dominik Mizyn --- portal-BE/pom.xml | 53 ++++++++++------------------------------------------- 1 file changed, 10 insertions(+), 43 deletions(-) (limited to 'portal-BE/pom.xml') 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 @@ compile - io.swagger - swagger-annotations - 2.0.0-rc2 - compile - - - io.swagger - swagger-annotations - 2.0.0-rc2 - compile - - - io.swagger - swagger-annotations - 1.5.20 - - - io.swagger - swagger-annotations - 2.0.0-rc2 - compile - - - io.swagger - swagger-annotations - 1.5.20 - - - io.swagger - swagger-annotations - 2.0.0-rc2 - compile - - - io.swagger - swagger-annotations - 2.0.0-rc2 + org.apache.cxf + cxf-rt-rs-client + 3.3.4 compile + + org.hibernate.validator + hibernate-validator + 6.0.18.Final + compile + io.swagger swagger-annotations - 1.5.20 - - - org.apache.cxf - cxf-rt-rs-client - 3.3.4 + 1.5.13 compile -- cgit 1.2.3-korg