You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2012/11/28 17:42:42 UTC

svn commit: r1414805 - in /servicemix/smx4/bundles/trunk: guava-11.0.2/pom.xml pom.xml

Author: jbonofre
Date: Wed Nov 28 16:42:41 2012
New Revision: 1414805

URL: http://svn.apache.org/viewvc?rev=1414805&view=rev
Log:
[SMX4-1270] Fix optional resolution in import of guava 11.0.2 bundle

Modified:
    servicemix/smx4/bundles/trunk/guava-11.0.2/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/guava-11.0.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/guava-11.0.2/pom.xml?rev=1414805&r1=1414804&r2=1414805&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/guava-11.0.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/guava-11.0.2/pom.xml Wed Nov 28 16:42:41 2012
@@ -53,7 +53,7 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
-            <optional>true</optional>
+            <optional>false</optional>
         </dependency>
 
         <!-- sources -->
@@ -62,7 +62,7 @@
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
             <classifier>sources</classifier>
-            <optional>true</optional>
+            <optional>false</optional>
         </dependency>
     </dependencies>
 

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1414805&r1=1414804&r2=1414805&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Wed Nov 28 16:42:41 2012
@@ -73,6 +73,7 @@
         <module>ehcache-2.6.2</module>
         <module>fop-1.0</module>
         <module>gae-1.7.3</module>
+        <module>guava-11.0.2</module>
     </modules>
 
 </project>