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:42:57 UTC

svn commit: r1415542 - in /servicemix/smx4/bundles/trunk: libthrift-0.8.0/pom.xml pom.xml

Author: jbonofre
Date: Fri Nov 30 08:42:56 2012
New Revision: 1415542

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

Modified:
    servicemix/smx4/bundles/trunk/libthrift-0.8.0/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/libthrift-0.8.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/libthrift-0.8.0/pom.xml?rev=1415542&r1=1415541&r2=1415542&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/libthrift-0.8.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/libthrift-0.8.0/pom.xml Fri Nov 30 08:42:56 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>
 
@@ -57,7 +57,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=1415542&r1=1415541&r2=1415542&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Fri Nov 30 08:42:56 2012
@@ -90,6 +90,7 @@
         <module>jt400-6.7</module>
         <module>junit-4.11</module>
         <module>kxml2-2.3.0</module>
+        <module>libthrift-0.8.0</module>
     </modules>
 
 </project>