Add JCIP annotations jar

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@755802 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2009-03-19 00:43:20 +00:00
parent a8571f883b
commit 8402cb6476
1 changed files with 7 additions and 0 deletions

View File

@ -74,6 +74,13 @@
<version>${junit.version}</version> <version>${junit.version}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </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> </dependencies>
<properties> <properties>