jpa tests, hibernate bug fix
This commit is contained in:
@@ -60,9 +60,7 @@
|
||||
|
||||
<dependency org="org.springframework" name="spring-dao" rev="2.0.6" conf="buildtime->default" />
|
||||
<dependency org="org.springframework" name="spring-hibernate3" rev="2.0.6" conf="buildtime->default" />
|
||||
|
||||
<dependency org="javax.persistence" name="persistence-api" rev="1.0b" conf="buildtime->default"/>
|
||||
<dependency org="toplink.essentials" name="toplink-essentials" rev="2.0-56" conf="buildtime->default" />
|
||||
<dependency org="org.springframework" name="spring-jpa" rev="2.0.6" conf="buildtime->default" />
|
||||
|
||||
<!-- test time only dependencies -->
|
||||
@@ -72,7 +70,11 @@
|
||||
<dependency org="com.cenqua.clover" name="clover" rev="1.3.12" conf="test->default" />
|
||||
<dependency org="org.springframework" name="spring-jdbc" rev="2.0.6" conf="test->default" />
|
||||
<dependency org="org.springframework" name="spring-mock" rev="2.0.6" conf="test->default" />
|
||||
<dependency org="org.springframework" name="spring-agent" rev="2.0.6" conf="test->default" />
|
||||
<dependency org="org.apache.shale" name="shale-test" rev="1.0.4" conf="test->default" />
|
||||
<dependency org="toplink.essentials" name="toplink-essentials" rev="2.0-56" conf="test->default" />
|
||||
<dependency org="toplink.essentials" name="toplink-essentials-agent" rev="2.0-56" conf="test->default" />
|
||||
|
||||
</dependencies>
|
||||
|
||||
</ivy-module>
|
||||
Reference in New Issue
Block a user