Moved tests over from testsuite to beans

This commit is contained in:
Arjen Poutsma
2008-10-29 12:43:13 +00:00
parent c9940742fd
commit 7a49f023d1
25 changed files with 1325 additions and 3 deletions

View File

@@ -26,6 +26,7 @@
<dependency org="org.springframework" name="org.springframework.core" rev="latest.integration" conf="compile->compile"/>
<!-- test dependencies -->
<dependency org="org.apache.log4j" name="com.springsource.org.apache.log4j" rev="1.2.15" conf="test->runtime"/>
<dependency org="org.hibernate" name="com.springsource.org.hibernate" rev="3.2.6.ga" conf="test->compile"/>
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.4.0" conf="test->runtime" />
</dependencies>