From 28de403b0b47838f11cd6a92dc9317e3426d8b5f Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Mon, 24 Aug 2020 19:40:45 +0800 Subject: [PATCH] Trying to fix the hibernate-validator issue. Change-Id: I17f8b2a83c99819e8e0c66260347eaa220b75b9e Issue-ID: HOLMES-301 Signed-off-by: GuangrongFu --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- 2.16.6