fixed hibernate bug
This commit is contained in:
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user