You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2009/03/18 01:05:59 UTC

svn commit: r755450 - /httpcomponents/httpclient/trunk/httpclient/pom.xml

Author: sebb
Date: Wed Mar 18 00:05:59 2009
New Revision: 755450

URL: http://svn.apache.org/viewvc?rev=755450&view=rev
Log:
Add JCIP annotations dependency

Modified:
    httpcomponents/httpclient/trunk/httpclient/pom.xml

Modified: httpcomponents/httpclient/trunk/httpclient/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpclient/pom.xml?rev=755450&r1=755449&r2=755450&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/httpclient/pom.xml (original)
+++ httpcomponents/httpclient/trunk/httpclient/pom.xml Wed Mar 18 00:05:59 2009
@@ -74,6 +74,13 @@
       <version>${junit.version}</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+        <groupId>net.jcip</groupId>
+        <artifactId>jcip-annotations</artifactId>
+        <version>1.0</version>
+        <!-- Not optional; this is a hack to stop the dependency becoming transitive -->
+        <optional>true</optional>
+    </dependency>
   </dependencies>
 
   <properties>