Add JCIP annotations dependency

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@755450 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2009-03-18 00:05:59 +00:00
parent 48634b1b4b
commit 65c8f4dabd

View File

@ -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>