Browse Source

Add missing Hamcrest dependency

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3797 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
David Syer 15 years ago
parent
commit
eaccafcf30
  1. 6
      org.springframework.spring-parent/pom.xml

6
org.springframework.spring-parent/pom.xml

@ -47,6 +47,12 @@ @@ -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