moved OpenSessionInViewTests back to orm module

This commit is contained in:
Juergen Hoeller
2011-07-26 00:46:07 +00:00
parent 771c59f88a
commit 83df082930
5 changed files with 66 additions and 99 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>