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:
Sebastian Bazley 2009-03-17 19:15:32 +00:00
parent 8338eb2544
commit dc3d41bac5
1 changed files with 2 additions and 0 deletions

View File

@ -391,6 +391,8 @@
<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>