pom maintenance - changes needed to run inside eclipse via m2eclipse

This commit is contained in:
Mark Pollack
2009-08-06 06:04:56 +00:00
parent a7a97316e7
commit 3081396c15
4 changed files with 140 additions and 111 deletions

View File

@@ -151,6 +151,19 @@
<version>1.8.0.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>3.3.1.GA</version>
<optional>true</optional>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-cglib-repack</artifactId>
<version>2.1_3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>