dev@jersey.java.net

Re: Maven POM File Issues

From: Greg Logan <greg.logan_at_usask.ca>
Date: Wed, 09 May 2012 16:18:46 -0600

On 12-05-07 06:19 PM, Pavel Bucek wrote:
> Index: modules/matterhorn-ingest-service-impl/pom.xml
> ===================================================================
> --- modules/matterhorn-ingest-service-impl/pom.xml (revision 12195)
> +++ modules/matterhorn-ingest-service-impl/pom.xml (working copy)
> @@ -165,7 +165,7 @@
> <dependency>
> <groupId>com.sun.jersey</groupId>
> <artifactId>jersey-server</artifactId>
> - <version>1.1.5</version>
> + <version>1.12</version>
> <scope>test</scope>
> </dependency>
> <dependency>
>
> You are using only JAX-RS API (no Jersey proprietary extensions) so it
> is not likely that this change will introduce any regressions. And all
> your issues with maven dependencies should be resolved..

Wow, awesome and simple fix :) We had tried 1.6, but we must have
missed the newer versions. Thank you so much for taking the time to dig
through our POM files!

G