Excluding hibernate-validator from EM dependencies
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15432 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
d19e0a4b1e
commit
595bfdb157
|
@ -90,6 +90,10 @@
|
|||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-validator</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>net.sf.ehcache</groupId>
|
||||
<artifactId>ehcache</artifactId>
|
||||
|
|
Loading…
Reference in New Issue