Blob Blame History Raw
From 947eec383ceb2a668f56adb8d3503388ecdaf07d Mon Sep 17 00:00:00 2001
From: Lubomir Rintel <lubo.rintel@gooddata.com>
Date: Fri, 3 Aug 2012 14:41:24 +0200
Subject: [PATCH 2/6] No separate commons-httpclient for signpost

---
 connector/pom.xml |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/connector/pom.xml b/connector/pom.xml
index 7554130..8431e4a 100644
--- a/connector/pom.xml
+++ b/connector/pom.xml
@@ -88,11 +88,6 @@
             <scope>compile</scope>
         </dependency>
         <dependency>
-            <groupId>oauth.signpost</groupId>
-            <artifactId>signpost-commonshttp4</artifactId>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
             <groupId>com.googlecode.json-simple</groupId>
             <artifactId>json-simple</artifactId>
         </dependency>
-- 
1.7.1