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 18:12:38 UTC

svn commit: r1414822 - in /servicemix/smx4/bundles/trunk: hadoop-core-1.0.3/pom.xml pom.xml

Author: jbonofre
Date: Wed Nov 28 17:12:37 2012
New Revision: 1414822

URL: http://svn.apache.org/viewvc?rev=1414822&view=rev
Log:
[SMX4-1270] Fix optional resolution in import of hadoop-core 1.0.3 bundle

Modified:
    servicemix/smx4/bundles/trunk/hadoop-core-1.0.3/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/hadoop-core-1.0.3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/hadoop-core-1.0.3/pom.xml?rev=1414822&r1=1414821&r2=1414822&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/hadoop-core-1.0.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/hadoop-core-1.0.3/pom.xml Wed Nov 28 17:12:37 2012
@@ -84,7 +84,7 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
-            <optional>true</optional>
+            <optional>false</optional>
         </dependency>
 
         <!-- sources -->

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1414822&r1=1414821&r2=1414822&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Wed Nov 28 17:12:37 2012
@@ -74,6 +74,7 @@
         <module>fop-1.0</module>
         <module>gae-1.7.3</module>
         <module>guava-11.0.2</module>
+        <module>hadoop-core-1.0.3</module>
     </modules>
 
 </project>