On 18 Apr 2007, at 10:20, Stian Soiland wrote:
Attached is a fixed version of com.noelios.restlet.ext.jetty_6.1.pom that will allow Restlet 1.0.0 it to work with Jetty using Maven. (for unit tests, for instance)In particular, the version number is hard coded to 6.1.1 as the range [6.1> did not work properly, due to the central maven repositories not listing the 6.1 versions. (I don't know why they don't do that)
There's a similar issue with the Apache Commons HTTP client in com.noelios.restlet.ext.httpclient_3.1.pom. The pre-release 3.1 versions are not yet listed in the official Maven repositories, although the specific versions are available. So revised com.noelios.restlet.ext.httpclient_3.1.pom is attached, specifying 3.1-rc1:
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1-rc1</version>
</dependency>
com.noelios.restlet.ext.httpclient_3.1.pom
Description: Binary data
-- Stian Soiland, myGrid team School of Computer Science The University of Manchester http://www.cs.man.ac.uk/~ssoiland/

