ivy cannot resolve org.springframework dependencies
eclipse, ivy, java, spring
Solution
Its available in this repo http://maven.restlet.org/org/restlet/jee/org.restlet/2.1.1/
Probably you need to add this repository in your Ivy settings or any repository you are using.
Problem
I want to use the Ivy Eclipse plugin to reolve the spring-oxm dependency. ``` <dependency org="org.springframework" name="spring-oxm" rev="3.2.2.RELEASE" /> ``` But I got below error: Some projects fail to be resolved Impossible to resolve dependencies of my class name unresolved dependency: org.restlet.jee#org.restlet;2.1.1: not found unresolved dependency: org.restlet.jee#org.restlet.ext.servlet;2.1.1: not found I googled, and people say the restlet-2.1.1 no longer exist. And I have no idea how to solve this problem.