fixed hibernate bug

This commit is contained in:
Keith Donald
2007-11-16 19:32:30 +00:00
parent 8b0f42cc65
commit 35d7e3e1bd
2 changed files with 4 additions and 0 deletions

View File

@@ -25,6 +25,8 @@
<dependency org="jboss" name="jboss-el" rev="1.0"/>
<dependency org="org.hibernate" name="hibernate" rev="3.2.5.ga" />
<dependency org="org.hibernate" name="hibernate-entitymanager" rev="3.3.1.ga"/>
<!-- Required by "jboss archive browsing" which is used by hibernate-entity manager but not noted in their docs -->
<dependency org="concurrent" name="concurrent" rev="1.3.4" />
<dependency org="org.hibernate" name="hibernate-commons-annotations" rev="3.3.0.ga"/>
<dependency org="javax.persistence" name="persistence-api" rev="1.0b"/>
<dependency org="hsqldb" name="hsqldb" rev="1.8.0.7"/>

View File

@@ -27,6 +27,8 @@
<dependency org="jboss" name="jboss-el" rev="1.0"/>
<dependency org="org.hibernate" name="hibernate" rev="3.2.5.ga" />
<dependency org="org.hibernate" name="hibernate-entitymanager" rev="3.3.1.ga"/>
<!-- Required by "jboss archive browsing" which is used by hibernate-entity manager but not noted in their docs -->
<dependency org="concurrent" name="concurrent" rev="1.3.4" />
<dependency org="org.hibernate" name="hibernate-commons-annotations" rev="3.3.0.ga"/>
<dependency org="javax.persistence" name="persistence-api" rev="1.0b"/>
<dependency org="hsqldb" name="hsqldb" rev="1.8.0.7"/>