Sorry to bother you again, Thierry, but you forgot to fix the groupId for
the com.noelios.restlet.ext.servlet dependency. It should be

      <dependency>
         <groupId>com.noelios.restlet</groupId>
         <artifactId>com.noelios.restlet.ext.servlet</artifactId>
         <version>1.1-M2</version>
      </dependency>

the same for 1.1-SNAPSHOT

Thanks

/Rasmus


On 3/4/08, Thierry Boileau <[EMAIL PROTECTED]> wrote:
>
> Hello all,
>
> thanks for reporting these issues. The publis repository has been updated.
>
> best regards,
>
> Thierry Boileau
>
>
> On Tue, Mar 4, 2008 at 2:47 AM, Todd Nguyen <[EMAIL PROTECTED]> wrote:
> > Got the same error after upgrading to 1.1-M2 snapshot. Can someone from
> > restlet team fix the build process so it generate the correct pom.xmlfiles
> > for Spring?
> >
> > Thanks
> > Todd
> >
> >
> >
> > On Mon, Mar 3, 2008 at 6:10 AM, Peter Neubauer <[EMAIL PROTECTED]
> >
> > wrote:
> > > Rasmus Agerholm <rasmus <at> agerholm.org> writes:
> > >
> > > >
> > > > HiThe pom file for the 'com.noelios.restlet.ext.spring' artifact
> found
> > at the
> > >
> > >
> > >
> > > 'maven.restlet.org' repository,
> > >
> >
> http://maven.restlet.org/com/noelios/restlet/com.noelios.restlet.ext.servlet/1.1-M2/com.noelios.restlet.ext.servlet-1.1-M2.pom
> > > > defines the 'com.noelios.restlet.ext.servlet' dependency like this:
> > > <dependency>         <groupId>com.noelios.restlet.ext.servlet
> </groupId>
> > > <artifactId>com.noelios.restlet.ext.servlet</artifactId>
> > > >          <version>1.1-M</version>      </dependency>I believe the
> > groupId
> > > should be 'com.noelios.restlet' and the version should be '1.1-M2',
> > right?The
> > > groupId issue also goes for the 1.1-SNAPSHOT pom.Best Regards, and
> thanks
> > for a
> > > very good framework Rasmus Agerholm
> > > >
> > >
> > > Hi there,
> > > another error in both 1.1-M2 and 1.1-SNAPSHOT like at
> > >
> >
> http://maven.restlet.org/org/restlet/org.restlet.ext.spring/1.1-SNAPSHOT/org.restlet.ext.spring-1.1-SNAPSHOT.pom
> > > is the non-replaced spring framework dependency version variable
> > > @lib-spring-version@, resulting in non-valid deps in maven.
> > >
> > > /peter
> > >
> > > <dependency>
> > >         <groupId>org.springframework</groupId>
> > >         <artifactId>spring-core</artifactId>
> > >         <version>@lib-spring-version@</version>
> > >      </dependency>
> > >      <dependency>
> > >         <groupId>org.springframework</groupId>
> > >         <artifactId>spring-context</artifactId>
> > >         <version>@lib-spring-version@</version>
> > >      </dependency>
> > >      <dependency>
> > >         <groupId>org.springframework</groupId>
> > >         <artifactId>spring-beans</artifactId>
> > >         <version>@lib-spring-version@</version>
> > >      </dependency>
> > >      <dependency>
> > >         <groupId>org.springframework</groupId>
> > >         <artifactId>spring-web</artifactId>
> > >         <version>@lib-spring-version@</version>
> > >      </dependency>
> > >      <dependency>
> > >         <groupId>org.springframework</groupId>
> > >         <artifactId>spring-webmvc</artifactId>
> > >         <version>@lib-spring-version@</version>
> > >      </dependency>
> > >
> > >
> > >
> >
> >
>



-- 
MvH
Rasmus Agerholm

Reply via email to