Add missing Hamcrest dependency

master
David Syer 14 years ago
parent a3df1c4e41
commit cfe1fdb5e5
  1. 6
      org.springframework.spring-parent/pom.xml

@ -47,6 +47,12 @@
<version>4.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>

Loading…
Cancel
Save