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/19 01:43:21 UTC

svn commit: r755802 - /httpcomponents/httpclient/trunk/httpmime/pom.xml

Author: sebb
Date: Thu Mar 19 00:43:20 2009
New Revision: 755802

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

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

Modified: httpcomponents/httpclient/trunk/httpmime/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpmime/pom.xml?rev=755802&r1=755801&r2=755802&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/httpmime/pom.xml (original)
+++ httpcomponents/httpclient/trunk/httpmime/pom.xml Thu Mar 19 00:43:20 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>