users@jersey.java.net

Re: [Jersey] jersey-spring maven pom

From: Ronak Patel <ronak2121_at_yahoo.com>
Date: Wed, 6 Oct 2010 09:23:46 -0700 (PDT)

Yes I second this...I usually include the modules I actually need from Spring on
my own and always have to exclude the Spring that ships with Jersey.



________________________________
From: "Herring, TJ" <tj.herring_at_autozone.com>
To: "users_at_jersey.dev.java.net" <users_at_jersey.dev.java.net>
Sent: Wed, October 6, 2010 8:37:51 AM
Subject: [Jersey] jersey-spring maven pom

 
Hi the pom.xml file for the jersey-spring project has a dependency on the
'spring' jar (which contains everything in the spring framework) AND the spring
modules, like spring-web, spring-core, etc. Depending on the 'spring' artifact
is redundant. It probably should be removed and only depend on the spring
modules artifacts since this is preferred.
 
Thanks