updte hibernate dependencies in integration-test project to same as

those in orm project
This commit is contained in:
Colin Sampaleanu
2009-04-13 05:03:55 +00:00
parent ee5e76c48c
commit 31f61628ff
3 changed files with 8 additions and 8 deletions

View File

@@ -315,13 +315,13 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate</artifactId>
<version>3.2.6.ga</version>
<version>3.3.1.GA</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>3.3.0.ga</version>
<version>3.4.0.GA</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -482,4 +482,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>