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:
Adam Warski 2008-10-29 13:44:37 +00:00
parent d19e0a4b1e
commit 595bfdb157
1 changed files with 4 additions and 0 deletions

View File

@ -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>