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 10:47:18 +0200

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 :))

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