Exclude hibernate-validator (seems not to be used)

This commit is contained in:
Dave Syer
2015-02-09 13:30:50 +00:00
parent f7d2f1d75c
commit 1f31cfbc5e

View File

@@ -153,6 +153,10 @@
<groupId>com.netflix.blitz4j</groupId>
<artifactId>blitz4j</artifactId>
</exclusion>
<exclusion>
<artifactId>hibernate-validator</artifactId>
<groupId>org.hibernate</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>