From: Pavel Bucek <pavel.bucek_at_oracle.com>
Date: Sun, 24 Apr 2011 21:29:28 +0200
On 4/24/11 7:08 PM, nimmy wrote:
> Hi,
>
> I've a first time jersey-client user and I am trying to add the dependency
> in maven but am getting an 'Missing artifact...' error message.
>
> <dependency>
> <groupId>com.sun.jersey</groupId>
> <artifactId>jersey-client</artifactId>
> <version>1.6</version>
> </dependency>
>
> Are the instructions in
> http://jersey.java.net/nonav/documentation/latest/chapter_deps.html#core_client > out of date?
no.
My guess is that you don't declare repository in your pom file. Please
try adding this: