pom maintenance - sync with ivy.xml

update junit version in ivy.xml for org.sf.aspects
This commit is contained in:
Mark Pollack
2009-09-24 06:09:54 +00:00
parent 616a48acc2
commit bd098ce1db
6 changed files with 84 additions and 58 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.6.0" conf="test->compile"/>
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.7.0" conf="test->compile"/>
<dependency org="javax.mail" name="com.springsource.javax.mail" rev="1.4.0" conf="test->compile"/>
</dependencies>