Revert JCIP depend to compile+optional now fix has been added for OSGI bundling
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@756817 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d080d78f3a
commit
50bc6d35b0
3
pom.xml
3
pom.xml
|
@ -391,12 +391,11 @@
|
|||
<groupId>net.jcip</groupId>
|
||||
<artifactId>jcip-annotations</artifactId>
|
||||
<version>1.0</version>
|
||||
<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>
|
||||
</dependencies>
|
||||
|
||||
|
|
Loading…
Reference in New Issue