Skip to content

Instantly share code, notes, and snippets.

@eugenp
Created February 25, 2012 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eugenp/1911468 to your computer and use it in GitHub Desktop.
Save eugenp/1911468 to your computer and use it in GitHub Desktop.
RestTemplate with Authentication in Spring 3.1 - Maven dependencies
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.6</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.1.4</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment