Make JUnit a compile-time dependency, since static mock functionality depends on its annotations.

This commit is contained in:
Ramnivas Laddad 2009-10-27 17:23:23 +00:00
parent 451bbce345
commit 064343d056
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<dependency org="org.springframework" name="org.springframework.test" rev="latest.integration" conf="test->runtime"/>
<dependency org="org.springframework" name="org.springframework.context" rev="latest.integration" conf="test->runtime"/>
<dependency org="org.springframework" name="org.springframework.context.support" rev="latest.integration" conf="test->runtime"/>
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.7.0" conf="test->compile"/>
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.7.0" conf="compile->compile"/>
<dependency org="javax.persistence" name="com.springsource.javax.persistence" rev="1.0.0" conf="provided, compile->compile"/>
</dependencies>