diff options
author | YiLi <li.yi101@zte.com.cn> | 2018-03-20 15:37:27 +0800 |
---|---|---|
committer | YiLi <li.yi101@zte.com.cn> | 2018-03-20 15:37:27 +0800 |
commit | 9d61ac9a63eb763ee5c11993a82e2dcfd6dbafc1 (patch) | |
tree | 4c9faca51c570cf45444928901c3a72a47141fe2 /rulemgt/pom.xml | |
parent | 97a55e20f8390cc1ae73820c04e5aa0d0be9b503 (diff) |
replace hibernate version to 5.1.3.Final
Change-Id: Ie116f8db36ccad19373f3280637235de9120e9aa
Issue-ID: HOLMES-115
Signed-off-by: YiLi <li.yi101@zte.com.cn>
Diffstat (limited to 'rulemgt/pom.xml')
-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> |