users@jersey.java.net

Jersey+Spring 3.0.0.M3?

From: Gregory Gerard <ggerard_at_mac.com>
Date: Mon, 18 May 2009 19:59:06 -0700

Hi,

Trying to use Spring 3.0.0.M3.

Maven keeps trying to drag in 2.5.6.

5/18/09 7:37:52 PM PDT: Missing indirectly referenced artifact
org.springframework:spring-core:jar:2.5.6:compile

What's a workaround for this? I realize this is not specifically a
Jersey issue but someone else must have run into this.

Though this happened for 1.0.3, I tried 1.1.1-ea-SNAPSHOT as well
(these are the files related):

from the jersey contrib spring pom:
     <properties>
         <spring20-release-version>2.0.5</spring20-release-version>
         <spring25-release-version>[2.5.2,)</spring25-release-version>
     </properties>

I'm about ready to just symlink the things...

thanks,
greg