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 09:39:10 UTC

svn commit: r1415540 - in /servicemix/smx4/bundles/trunk: kxml2-2.3.0/pom.xml pom.xml

Author: jbonofre
Date: Fri Nov 30 08:39:09 2012
New Revision: 1415540

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

Modified:
    servicemix/smx4/bundles/trunk/kxml2-2.3.0/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/kxml2-2.3.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/kxml2-2.3.0/pom.xml?rev=1415540&r1=1415539&r2=1415540&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/kxml2-2.3.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/kxml2-2.3.0/pom.xml Fri Nov 30 08:39:09 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>
 
@@ -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>
 

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1415540&r1=1415539&r2=1415540&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Fri Nov 30 08:39:09 2012
@@ -89,6 +89,7 @@
         <module>jets3t-0.9.0</module>
         <module>jt400-6.7</module>
         <module>junit-4.11</module>
+        <module>kxml2-2.3.0</module>
     </modules>
 
 </project>