diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2020-08-24 19:40:45 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2020-08-24 19:40:45 +0800 |
commit | 28de403b0b47838f11cd6a92dc9317e3426d8b5f (patch) | |
tree | fc00843923187c5fd6c6ce6a092d3f277d16f58f /pom.xml | |
parent | 7f0fd7e161844aab4e73000da4f901bec753ad6b (diff) |
Trying to fix the hibernate-validator issue.
Change-Id: I17f8b2a83c99819e8e0c66260347eaa220b75b9e
Issue-ID: HOLMES-301
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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> |