From: YiLi Date: Tue, 20 Mar 2018 07:37:27 +0000 (+0800) Subject: replace hibernate version to 5.1.3.Final X-Git-Tag: 1.2.0~65 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=holmes%2Frule-management.git;a=commitdiff_plain;h=9d61ac9a63eb763ee5c11993a82e2dcfd6dbafc1 replace hibernate version to 5.1.3.Final Change-Id: Ie116f8db36ccad19373f3280637235de9120e9aa Issue-ID: HOLMES-115 Signed-off-by: YiLi --- diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml index 1e63e09..0f6de87 100644 --- a/rulemgt/pom.xml +++ b/rulemgt/pom.xml @@ -82,6 +82,11 @@ org.antlr stringtemplate + + org.hibernate + hibernate-validator + 5.1.3.Final + io.dropwizard dropwizard-core @@ -106,6 +111,10 @@ com.fasterxml.jackson.core jackson-core + + org.hibernate + hibernate-validator +