mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-09 03:25:28 +00:00
Change JCIP dependency scope to provided
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@756524 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d5aa3eae89
commit
7c1fa0fda3
@ -78,8 +78,12 @@
|
|||||||
<groupId>net.jcip</groupId>
|
<groupId>net.jcip</groupId>
|
||||||
<artifactId>jcip-annotations</artifactId>
|
<artifactId>jcip-annotations</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
<!-- Not optional; this is a hack to stop the dependency becoming transitive -->
|
<!--
|
||||||
<optional>true</optional>
|
Annotations are only _required_ during a build
|
||||||
|
They are not needed at run-time
|
||||||
|
Provided means that the dependency is not transitive.
|
||||||
|
-->
|
||||||
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
@ -78,8 +78,12 @@
|
|||||||
<groupId>net.jcip</groupId>
|
<groupId>net.jcip</groupId>
|
||||||
<artifactId>jcip-annotations</artifactId>
|
<artifactId>jcip-annotations</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
<!-- Not optional; this is a hack to stop the dependency becoming transitive -->
|
<!--
|
||||||
<optional>true</optional>
|
Annotations are only _required_ during a build.
|
||||||
|
They are not needed at run-time.
|
||||||
|
Provided means that the dependency is not transitive.
|
||||||
|
-->
|
||||||
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user