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:42 UTC

svn commit: r755803 - /httpcomponents/httpcore/trunk/httpcore-nio/pom.xml

Author: sebb
Date: Thu Mar 19 00:43:41 2009
New Revision: 755803

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

Modified:
    httpcomponents/httpcore/trunk/httpcore-nio/pom.xml

Modified: httpcomponents/httpcore/trunk/httpcore-nio/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-nio/pom.xml?rev=755803&r1=755802&r2=755803&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-nio/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore-nio/pom.xml Thu Mar 19 00:43:41 2009
@@ -65,6 +65,13 @@
       <version>3.8.2</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>