users@jersey.java.net

Re: [Jersey] jersey-spring's pom.xml has servlet-api listed as compile, should be provided

From: Martin Grotzke <martin.grotzke_at_freiheit.com>
Date: Tue, 24 Jun 2008 11:58:59 +0200

On Tue, 2008-06-24 at 11:07 +0200, Jakub Podlesak wrote:
> On Tue, Jun 24, 2008 at 10:47:18AM +0200, Martin Grotzke wrote:
> > On Mon, 2008-06-23 at 19:28 -0700, Chris Wilkes wrote:
> > > Can the pom.xml for jersey-spring be updated to this:
> > >
> > > <dependency>
> > > <groupId>javax.servlet</groupId>
> > > <artifactId>servlet-api</artifactId>
> > > <version>2.5</version>
> > > <scope>provided</scope>
> > > </dependency>
> > >
> > > (the normal jersey pom.xml is correct). "compile" means to include it
> > > when packaging -- it ends up going into the war file.
> > My fault, thanx for this hint!
> >
> > Jakub, are you going to change this? (I'm currently in the wadl-branch
> > and would have to switch :))
>
> Done.
Super :)

Cheers,
Martin

>
> ~Jakub
>
> >
> > Cheers,
> > Martin
> >
> >
> > >
> > > Is this the best forum for posts like this?
> > >
> > > Chris
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
> > > For additional commands, e-mail: users-help_at_jersey.dev.java.net
> >
>
>