Hi
Based on
http://mvnrepository.com/artifact/org.springframework/spring-context/2.0.4,
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>2.0.4</version>
</dependency>
I created below Ivy dependency,
<dependency org="org.springframework" name="spring-context" rev="2.0.4" />
When run, it gives the following error
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: [ org.springframework | spr | 2.0.4 ]: not found
::::::::::::::::::::::::::::::::::::::::::::::
Did I overlook anything this time?
--
Hez