You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by el...@apache.org on 2009/10/07 14:24:00 UTC

svn commit: r822691 - /incubator/wink/trunk/wink-client-apache-httpclient/pom.xml

Author: elman
Date: Wed Oct  7 12:23:59 2009
New Revision: 822691

URL: http://svn.apache.org/viewvc?rev=822691&view=rev
Log:
add comment

Modified:
    incubator/wink/trunk/wink-client-apache-httpclient/pom.xml

Modified: incubator/wink/trunk/wink-client-apache-httpclient/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-client-apache-httpclient/pom.xml?rev=822691&r1=822690&r2=822691&view=diff
==============================================================================
--- incubator/wink/trunk/wink-client-apache-httpclient/pom.xml (original)
+++ incubator/wink/trunk/wink-client-apache-httpclient/pom.xml Wed Oct  7 12:23:59 2009
@@ -45,6 +45,12 @@
             <version>4.0</version>
         </dependency>
         <dependency>
+            <!--
+                This is a workaround the problem described here
+                https://issues.apache.org/jira/browse/HTTPCLIENT-866 The
+                dependency should be removed after 4.0.1 or later
+                version of HttpClient is released.
+            -->
             <groupId>net.jcip</groupId>
             <artifactId>jcip-annotations</artifactId>
             <version>1.0</version>