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

master
Chris Beams 14 years ago
parent 2f7c2230f0
commit b1756e2f17
  1. 5
      org.springframework.context/pom.xml

@ -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…
Cancel
Save