mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-09 19:45:01 +00:00
Attempt to stop annotation jar becoming transitive dependency
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@755357 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8338eb2544
commit
dc3d41bac5
2
pom.xml
2
pom.xml
@ -391,6 +391,8 @@
|
|||||||
<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>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user