users@jersey.java.net

Re: [Jersey] Jersey dependency jars for java 1.5

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Wed, 21 Oct 2009 09:29:35 +0200

On Oct 21, 2009, at 2:17 AM, Suchitha Koneru (sukoneru) wrote:

> Hello Jersey Users,
> Is there a way we can fetch all the dependency jars
> for Jersey version 1.1.1-ea through maven when JDK version 1.5 is
> used ? We are moving from JDK 1.6 to JDK 1.5 .


Create a maven project that uses JDK 1.5 and has dependencies on
Jersey 1.1.1-ea artifacts.

For example see the following:

   http://download.java.net/maven/2/com/sun/jersey/samples/helloworld-webapp/1.1.1-ea/helloworld-webapp-1.1.1-ea-project.zip

which will build a simple web-app and will include Jersey jars and
dependent jars in the war.

Paul.