added missing hibernate dependency

This commit is contained in:
Scott Andrews
2008-04-02 21:54:28 +00:00
parent 55c014fd27
commit 06a03fac7b

View File

@@ -42,6 +42,7 @@
<dependency org="org.hibernate" name="hibernate-entitymanager" rev="3.3.1.ga" conf="compile->default"/>
<!-- Required by "jboss archive browsing" which is used by hibernate-entity manager but not noted in their docs -->
<dependency org="edu.oswego.cs" name="concurrent" rev="1.3.4" conf="compile->default"/>
<dependency org="org.hibernate" name="hibernate-annotations" rev="3.3.0.ga" conf="compile->default"/>
<dependency org="org.hibernate" name="hibernate-commons-annotations" rev="3.3.0.ga" conf="compile->default"/>
<dependency org="javax.persistence" name="persistence-api" rev="1.0.0" conf="compile->default"/>
<dependency org="org.hsqldb" name="hsqldb" rev="1.8.0.9" conf="compile->default"/>