Trying to fix the hibernate-validator issue. 32/111632/1
authorGuangrongFu <fu.guangrong@zte.com.cn>
Mon, 24 Aug 2020 11:40:45 +0000 (19:40 +0800)
committerGuangrongFu <fu.guangrong@zte.com.cn>
Mon, 24 Aug 2020 11:40:45 +0000 (19:40 +0800)
Change-Id: I17f8b2a83c99819e8e0c66260347eaa220b75b9e
Issue-ID: HOLMES-301
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
pom.xml

diff --git a/pom.xml b/pom.xml
index facae68..6be5a67 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <groupId>io.dropwizard</groupId>
             <artifactId>dropwizard-core</artifactId>
             <version>${dropwizard.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.hibernate.validator</groupId>
+                    <artifactId>hibernate-validator</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.hibernate.validator</groupId>
+            <artifactId>hibernate-validator</artifactId>
+            <version>6.1.5.Final</version>
         </dependency>
         <dependency>
             <groupId>io.dropwizard</groupId>