You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2009/03/21 00:54:38 UTC

svn commit: r756817 - /commons/proper/lang/trunk/pom.xml

Author: sebb
Date: Fri Mar 20 23:54:37 2009
New Revision: 756817

URL: http://svn.apache.org/viewvc?rev=756817&view=rev
Log:
Revert JCIP depend to compile+optional now fix has been added for OSGI bundling

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=756817&r1=756816&r2=756817&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Fri Mar 20 23:54:37 2009
@@ -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>