moved OpenSessionInViewTests back to orm module

This commit is contained in:
Juergen Hoeller
2011-07-26 01:12:01 +00:00
parent 80def4b695
commit a4f62bb863
5 changed files with 66 additions and 100 deletions

View File

@@ -279,13 +279,6 @@
<version>1.0.0.GA</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>3.3.1.GA</version>
<scope>test</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>