diff options
Diffstat (limited to 'rulemgt')
-rw-r--r-- | rulemgt/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml index 1e63e09..0f6de87 100644 --- a/rulemgt/pom.xml +++ b/rulemgt/pom.xml @@ -83,6 +83,11 @@ <artifactId>stringtemplate</artifactId> </dependency> <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-validator</artifactId> + <version>5.1.3.Final</version> + </dependency> + <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-core</artifactId> <exclusions> @@ -106,6 +111,10 @@ <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> </exclusion> + <exclusion> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-validator</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |