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:48:14 UTC

svn commit: r1414216 - in /servicemix/smx4/bundles/trunk: axiom-api-1.2.13/pom.xml pom.xml

Author: jbonofre
Date: Tue Nov 27 14:48:13 2012
New Revision: 1414216

URL: http://svn.apache.org/viewvc?rev=1414216&view=rev
Log:
[SMX4-1270] Fixed optional resolution in axiom-api 1.2.13 OSGi bundle

Modified:
    servicemix/smx4/bundles/trunk/axiom-api-1.2.13/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/axiom-api-1.2.13/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/axiom-api-1.2.13/pom.xml?rev=1414216&r1=1414215&r2=1414216&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/axiom-api-1.2.13/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/axiom-api-1.2.13/pom.xml Tue Nov 27 14:48:13 2012
@@ -60,7 +60,7 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
-            <optional>true</optional>
+            <optional>false</optional>
         </dependency>
 
         <!-- sources -->
@@ -69,7 +69,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=1414216&r1=1414215&r2=1414216&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Tue Nov 27 14:48:13 2012
@@ -63,6 +63,7 @@
         <module>avro-ipc-1.7.1</module>
         <module>aws-java-sdk-1.3.26</module>
         <module>aws-java-sdk-1.3.25</module>
+        <module>axiom-api-1.2.13</module>
     </modules>
 
 </project>