dev dev <gumiyo <at> gmail.com> writes:
> Thanks Jerome. Is it possible to change
http://maven.restlet.org/org/restlet/org.restlet.ext.spring/1.1-SNAPSHOT/org.restlet.ext.spring-1.1-SNAPSHOT.pom
>  Spring dependency to 2.5 so we can run directly with our POM/repository file?

If you explicitly include the spring 2.5 dependency at the top level of your
POM, it should override the one transitively sourced from the restlet extension.
 If the group/artifact for 2.5 that you are using doesn't match the one restlet
references, you can always nest <exclusions> inside the restlet <dependency> to
block them.

HTH,
Rhett


Reply via email to