From: GuangrongFu Date: Mon, 24 Aug 2020 11:40:45 +0000 (+0800) Subject: Trying to fix the hibernate-validator issue. X-Git-Tag: 1.2.8~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Fengine-management.git;a=commitdiff_plain;h=28de403b0b47838f11cd6a92dc9317e3426d8b5f Trying to fix the hibernate-validator issue. Change-Id: I17f8b2a83c99819e8e0c66260347eaa220b75b9e Issue-ID: HOLMES-301 Signed-off-by: GuangrongFu --- diff --git a/pom.xml b/pom.xml index facae68..6be5a67 100644 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,17 @@ io.dropwizard dropwizard-core ${dropwizard.version} + + + org.hibernate.validator + hibernate-validator + + + + + org.hibernate.validator + hibernate-validator + 6.1.5.Final io.dropwizard