You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by bl...@apache.org on 2009/09/08 22:33:06 UTC

svn commit: r812680 - /incubator/wink/trunk/wink-itests/wink-itest/pom.xml

Author: bluk
Date: Tue Sep  8 20:33:06 2009
New Revision: 812680

URL: http://svn.apache.org/viewvc?rev=812680&view=rev
Log:
Add Wink Apache HTTP Client to integration tests

Modified:
    incubator/wink/trunk/wink-itests/wink-itest/pom.xml

Modified: incubator/wink/trunk/wink-itests/wink-itest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-itests/wink-itest/pom.xml?rev=812680&r1=812679&r2=812680&view=diff
==============================================================================
--- incubator/wink/trunk/wink-itests/wink-itest/pom.xml (original)
+++ incubator/wink/trunk/wink-itests/wink-itest/pom.xml Tue Sep  8 20:33:06 2009
@@ -95,6 +95,14 @@
             <scope>test</scope>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.wink</groupId>
+            <artifactId>wink-client-apache-httpclient</artifactId>
+            <version>0.2-incubating-SNAPSHOT</version>
+            <type>jar</type>
+            <scope>test</scope>
+        </dependency>
+
     </dependencies>
 
     <build>