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/27 15:08:02 UTC

svn commit: r1414198 - in /servicemix/smx4/bundles/trunk: avro-ipc-1.7.1/pom.xml pom.xml

Author: jbonofre
Date: Tue Nov 27 14:08:01 2012
New Revision: 1414198

URL: http://svn.apache.org/viewvc?rev=1414198&view=rev
Log:
[SMX4-1270] Fix optional resolution in Import-Package for avro-ipc 1.7.1 OSGi bundle

Modified:
    servicemix/smx4/bundles/trunk/avro-ipc-1.7.1/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/avro-ipc-1.7.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/avro-ipc-1.7.1/pom.xml?rev=1414198&r1=1414197&r2=1414198&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/avro-ipc-1.7.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/avro-ipc-1.7.1/pom.xml Tue Nov 27 14:08:01 2012
@@ -58,7 +58,7 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
-            <optional>true</optional>
+            <optional>false</optional>
         </dependency>
 
         <!-- sources -->
@@ -67,7 +67,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=1414198&r1=1414197&r2=1414198&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Tue Nov 27 14:08:01 2012
@@ -60,6 +60,7 @@
         <module>avro-1.7.2</module>
         <module>avro-1.7.1</module>
         <module>avro-ipc-1.7.2</module>
+        <module>avro-ipc-1.7.1</module>
     </modules>
 
 </project>