summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2020-08-24 19:40:45 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2020-08-24 19:40:45 +0800
commit28de403b0b47838f11cd6a92dc9317e3426d8b5f (patch)
treefc00843923187c5fd6c6ce6a092d3f277d16f58f
parent7f0fd7e161844aab4e73000da4f901bec753ad6b (diff)
Trying to fix the hibernate-validator issue.
Change-Id: I17f8b2a83c99819e8e0c66260347eaa220b75b9e Issue-ID: HOLMES-301 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index facae68..6be5a67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,17 @@
<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>