Add hamcrest to beans pom in the right place to make tests compile
This commit is contained in:
parent
197a46d0ab
commit
c52915bde6
|
|
@ -1,13 +1,15 @@
|
|||
target
|
||||
bin
|
||||
integration-repo
|
||||
ivy-cache
|
||||
jmx.log
|
||||
.springBeans
|
||||
.settings
|
||||
.DS_Store
|
||||
*.sw*
|
||||
org.springframework.test/test-output/
|
||||
org.springframework.spring-parent/.classpath
|
||||
org.springframework.spring-parent/.project
|
||||
build.sh
|
||||
org.springframework.beans/.settings/org.springframework.ide.eclipse.beans.core.prefs
|
||||
org.springframework.beans/.settings/org.springframework.ide.eclipse.core.prefs
|
||||
org.springframework.jdbc/derby.log
|
||||
spring-build
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.hamcrest</groupId>
|
||||
<artifactId>hamcrest-core</artifactId>
|
||||
<artifactId>hamcrest-all</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
|||
|
|
@ -49,8 +49,8 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hamcrest</groupId>
|
||||
<artifactId>hamcrest-core</artifactId>
|
||||
<version>1.2</version>
|
||||
<artifactId>hamcrest-all</artifactId>
|
||||
<version>1.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
|||
Loading…
Reference in New Issue