Changed junit's "org" attribute back to "org.junit" temporarily since ivy repository needs to be updated first (INT-149).
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<dependency org="javax.activation" name="activation" rev="1.1" conf="compile->default"/>
|
||||
<dependency org="javax.jms" name="jms" rev="1.1" conf="compile->default"/>
|
||||
<dependency org="javax.mail" name="mail" rev="1.4" conf="compile->default"/>
|
||||
<dependency org="junit" name="junit" rev="4.4" conf="test->default"/>
|
||||
<dependency org="org.junit" name="junit" rev="4.4" conf="test->default"/>
|
||||
<dependency org="org.springframework.integration" name="spring-integration-core" rev="latest.integration" conf="compile"/>
|
||||
<dependency org="org.springframework" name="spring-context" rev="2.5.2" conf="compile->default"/>
|
||||
<dependency org="org.springframework" name="spring-aop" rev="2.5.2" conf="compile->default"/>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
</publications>
|
||||
|
||||
<dependencies>
|
||||
<dependency org="junit" name="junit" rev="4.4" conf="test->default"/>
|
||||
<dependency org="org.junit" name="junit" rev="4.4" conf="test->default"/>
|
||||
<dependency org="org.springframework" name="spring-context" rev="2.5.2" conf="compile->default"/>
|
||||
<dependency org="org.springframework" name="spring-aop" rev="2.5.2" conf="compile->default"/>
|
||||
</dependencies>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
<dependencies>
|
||||
<dependency org="javax.jms" name="jms" rev="1.1" conf="compile->default"/>
|
||||
<dependency org="junit" name="junit" rev="4.4" conf="test->default"/>
|
||||
<dependency org="org.junit" name="junit" rev="4.4" conf="test->default"/>
|
||||
<dependency org="org.springframework.integration" name="spring-integration-core" rev="latest.integration" conf="compile"/>
|
||||
<dependency org="org.springframework" name="spring-context" rev="2.5.2" conf="compile->default"/>
|
||||
<dependency org="org.springframework" name="spring-aop" rev="2.5.2" conf="compile->default"/>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
</publications>
|
||||
|
||||
<dependencies>
|
||||
<dependency org="junit" name="junit" rev="4.4" conf="test->default"/>
|
||||
<dependency org="org.junit" name="junit" rev="4.4" conf="test->default"/>
|
||||
<dependency org="org.springframework.integration" name="spring-integration-core" rev="latest.integration" conf="compile"/>
|
||||
<dependency org="org.springframework.integration" name="spring-integration-adapters" rev="latest.integration" conf="compile"/>
|
||||
<dependency org="org.springframework" name="spring-test" rev="2.5.2" conf="compile->default"/>
|
||||
|
||||
Reference in New Issue
Block a user