Trying to fix the hibernate-validator issue.
[holmes/engine-management.git] / 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>