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 14:10:42 UTC

svn commit: r1415615 - in /servicemix/smx4/bundles/trunk: pom.xml rjc-0.6.3/pom.xml

Author: jbonofre
Date: Fri Nov 30 13:10:41 2012
New Revision: 1415615

URL: http://svn.apache.org/viewvc?rev=1415615&view=rev
Log:
[SMX4-1270] Fix optional resolution for import in rjc 0.6.3 bundle

Modified:
    servicemix/smx4/bundles/trunk/pom.xml
    servicemix/smx4/bundles/trunk/rjc-0.6.3/pom.xml

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1415615&r1=1415614&r2=1415615&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Fri Nov 30 13:10:41 2012
@@ -99,6 +99,7 @@
         <module>paranamer-2.5.1</module>
         <module>poi-3.8</module>
         <module>qpid-0.18</module>
+        <module>rjc-0.6.3</module>
     </modules>
 
 </project>

Modified: servicemix/smx4/bundles/trunk/rjc-0.6.3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/rjc-0.6.3/pom.xml?rev=1415615&r1=1415614&r2=1415615&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/rjc-0.6.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/rjc-0.6.3/pom.xml Fri Nov 30 13:10:41 2012
@@ -23,7 +23,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>
 
@@ -52,7 +52,7 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
-            <optional>true</optional>
+            <optional>false</optional>
         </dependency>
 
         <!-- sources -->
@@ -61,7 +61,7 @@
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
             <classifier>sources</classifier>
-            <optional>true</optional>
+            <optional>false</optional>
         </dependency>
     </dependencies>