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/30 16:11:28 UTC

svn commit: r1415681 - in /servicemix/smx4/bundles/trunk: pom.xml scalaj-collection-1.0/pom.xml

Author: jbonofre
Date: Fri Nov 30 15:11:27 2012
New Revision: 1415681

URL: http://svn.apache.org/viewvc?rev=1415681&view=rev
Log:
[SMX4-1270] Fix optional resolution in import of scalaj-collection 1.0 bundle

Modified:
    servicemix/smx4/bundles/trunk/pom.xml
    servicemix/smx4/bundles/trunk/scalaj-collection-1.0/pom.xml

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1415681&r1=1415680&r2=1415681&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Fri Nov 30 15:11:27 2012
@@ -101,6 +101,7 @@
         <module>qpid-0.18</module>
         <module>rjc-0.6.3</module>
         <module>scala-compiler-2.9.2</module>
+        <module>scalaj-collection-1.0</module>
     </modules>
 
 </project>

Modified: servicemix/smx4/bundles/trunk/scalaj-collection-1.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/scalaj-collection-1.0/pom.xml?rev=1415681&r1=1415680&r2=1415681&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/scalaj-collection-1.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/scalaj-collection-1.0/pom.xml Fri Nov 30 15:11:27 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>9-SNAPSHOT</version>
+        <version>10</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -65,7 +65,7 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
-            <optional>true</optional>
+            <optional>false</optional>
         </dependency>
 
         <!-- sources -->