You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by vs...@apache.org on 2009/04/04 15:45:30 UTC

svn commit: r761944 - /incubator/shindig/trunk/java/gadgets/pom.xml

Author: vsiveton
Date: Sat Apr  4 13:45:30 2009
New Revision: 761944

URL: http://svn.apache.org/viewvc?rev=761944&view=rev
Log:
SHINDIG-765: BasiHttpFetcher does not set a read timeout and connection timeout is hardcoded to 5 seconds(not configurable) 

o added commons-httpclient as dependency

Modified:
    incubator/shindig/trunk/java/gadgets/pom.xml

Modified: incubator/shindig/trunk/java/gadgets/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/java/gadgets/pom.xml?rev=761944&r1=761943&r2=761944&view=diff
==============================================================================
--- incubator/shindig/trunk/java/gadgets/pom.xml (original)
+++ incubator/shindig/trunk/java/gadgets/pom.xml Sat Apr  4 13:45:30 2009
@@ -174,6 +174,10 @@
       <groupId>de.odysseus.juel</groupId>
       <artifactId>juel</artifactId>
     </dependency>
+    <dependency>
+      <groupId>commons-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
+    </dependency>
 
     <!-- test -->
     <dependency>