From 5d8dff4b6eb87b4015e6a238e0e2ad23a7446837 Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Wed, 6 Mar 2019 22:52:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20maven=E7=BC=BA=E5=A4=B1hibernate-validat?= =?UTF-8?q?or?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litemall-core/pom.xml | 4 ++++ pom.xml | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/litemall-core/pom.xml b/litemall-core/pom.xml index 9efeb1a4..9a13f394 100644 --- a/litemall-core/pom.xml +++ b/litemall-core/pom.xml @@ -11,6 +11,10 @@ + + org.hibernate.validator + hibernate-validator + org.springframework.boot diff --git a/pom.xml b/pom.xml index 325c07cb..32b54a9c 100644 --- a/pom.xml +++ b/pom.xml @@ -75,6 +75,12 @@ 1.4.0 + + org.hibernate.validator + hibernate-validator + 6.0.15.Final + + mysql