Re-order deps to allow Hamcrest to come before JUnit

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3796 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
David Syer 2010-11-15 16:50:01 +00:00
parent 22f501457e
commit 8b0abd5b72
1 changed files with 6 additions and 1 deletions

View File

@ -13,6 +13,11 @@
</parent>
<dependencies>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>