Browse Source

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

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3968 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/merge
Chris Beams 15 years ago
parent
commit
437a753e26
  1. 5
      org.springframework.context/pom.xml

5
org.springframework.context/pom.xml

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

Loading…
Cancel
Save