Sync pom.xml deps with ivy.xml changes since 3.0.5
This commit is contained in:
parent
2f7c2230f0
commit
b1756e2f17
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue