Sync pom.xml deps with ivy.xml changes since 3.0.5

This commit is contained in:
Chris Beams 2011-02-09 06:56:53 +00:00
parent 2f7c2230f0
commit b1756e2f17
1 changed files with 5 additions and 0 deletions

View File

@ -194,6 +194,11 @@
<artifactId>easymock</artifactId> <artifactId>easymock</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.1</version>
</dependency>
<dependency> <dependency>
<groupId>org.hibernate</groupId> <groupId>org.hibernate</groupId>
<artifactId>com.springsource.org.hibernate.validator</artifactId> <artifactId>com.springsource.org.hibernate.validator</artifactId>