dev@jersey.java.net

Re: [Jersey] jersey-spring Maven POM file mistake?

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Tue, 29 Dec 2009 10:59:31 +0100

On Dec 23, 2009, at 4:14 PM, Adam Retter wrote:

> Hi there I think you might have some problems in your Maven POM file
> for jeresey-spring integration -
>
> http://download.java.net/maven/2/com/sun/jersey/contribs/jersey-spring/1.1.4.1/jersey-spring-1.1.4.1.pom
>
> In the section where it describes its dependencies on Spring, this
> appears -
>
> <properties>
> <spring20-release-version>2.0.5</spring20-release-version>
> <spring25-release-version>[2.5.2,)</spring25-release-version>
> </properties>
>
> I should think that "[2.5.2,)" is an error and it should be just
> "2.5.2" or even "2.5.6" these days?
>

Yes, i will change it.


> Any chance this could be fixed as its playing havoc with my new
> projects that use Jersey, Spring and Maven?
>

Sure. Someone else already opened an issue:

https://jersey.dev.java.net/issues/show_bug.cgi?id=448

Paul.