INT-820 Upgraded to JUnit version 4.7.0

This commit is contained in:
Mark Fisher
2009-10-01 22:17:38 +00:00
parent d9859766c3
commit 65bf2ba7d8
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
</publications>
<dependencies>
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.6.0" conf="test->runtime"/>
<dependency org="org.junit" name="com.springsource.org.junit" rev="${junit.version}" conf="test->runtime"/>
<dependency org="org.springframework.integration" name="org.springframework.integration" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework.integration" name="org.springframework.integration.adapter" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.test" rev="${spring.version}" conf="compile->runtime"/>