Author: sebb
Date: Tue Mar 17 19:15:32 2009
New Revision: 755357

URL: http://svn.apache.org/viewvc?rev=755357&view=rev
Log:
Attempt to stop annotation jar becoming transitive dependency

Modified:
    commons/proper/lang/trunk/pom.xml

Modified: commons/proper/lang/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=755357&r1=755356&r2=755357&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Tue Mar 17 19:15:32 2009
@@ -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> 
 


Reply via email to