Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 15th, 2012  |  syntax: None  |  size: 1.00 KB  |  hits: 15  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Maven is trying to dow
  2. <dependency>
  3.       <groupId>com.sun.jersey</groupId>
  4.       <artifactId>jersey-client</artifactId>
  5.       <version>1.11</version>
  6.     </dependency>
  7.     <dependency>
  8.       <groupId>com.sun.jersey.contribs</groupId>
  9.       <artifactId>jersey-apache-client4</artifactId>
  10.       <version>1.11</version>
  11.     </dependency>
  12.     <dependency>
  13.       <groupId>com.sun.jersey.contribs</groupId>
  14.       <artifactId>jersey-multipart</artifactId>
  15.       <version>1.11</version>
  16.     </dependency>
  17.     <dependency>
  18.       <groupId>com.sun.jersey.contribs.jersey-oauth</groupId>
  19.       <artifactId>oauth-signature</artifactId>
  20.       <version>1.11</version>
  21.     </dependency>
  22.     <dependency>
  23.       <groupId>com.sun.jersey.contribs.jersey-oauth</groupId>
  24.       <artifactId>oauth-client</artifactId>
  25.       <version>1.11</version>
  26.     </dependency>
  27.        
  28. <dependency>
  29.       <groupId>com.sun.jersey</groupId>
  30.       <artifactId>jersey-client</artifactId>
  31.       <version>1.11</version>
  32.       <type>bundle</type>
  33.     </dependency>