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/29 07:57:40 UTC

svn commit: r1415058 - in /servicemix/smx4/bundles/trunk: hbase-0.94/pom.xml pom.xml

Author: jbonofre
Date: Thu Nov 29 06:57:39 2012
New Revision: 1415058

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

Modified:
    servicemix/smx4/bundles/trunk/hbase-0.94/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/hbase-0.94/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/hbase-0.94/pom.xml?rev=1415058&r1=1415057&r2=1415058&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/hbase-0.94/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/hbase-0.94/pom.xml Thu Nov 29 06:57:39 2012
@@ -151,7 +151,7 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
-            <optional>true</optional>
+            <optional>false</optional>
         </dependency>
 
         <!-- sources -->
@@ -160,7 +160,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=1415058&r1=1415057&r2=1415058&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Thu Nov 29 06:57:39 2012
@@ -78,6 +78,7 @@
         <module>hadoop-core-1.0.4</module>
         <module>hadoop-core-1.1.0</module>
         <module>hbase-0.90.5</module>
+        <module>hbase-0.94</module>
     </modules>
 
 </project>