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:
parent
a8571f883b
commit
8402cb6476
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue