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 14:53:40 UTC

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

Author: jbonofre
Date: Tue Nov 27 13:53:38 2012
New Revision: 1414188

URL: http://svn.apache.org/viewvc?rev=1414188&view=rev
Log:
[SMX4-1270] Fix resolution import in avro 1.7.1 bundle

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

Modified: servicemix/smx4/bundles/trunk/avro-1.7.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/avro-1.7.1/pom.xml?rev=1414188&r1=1414187&r2=1414188&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/avro-1.7.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/avro-1.7.1/pom.xml Tue Nov 27 13:53:38 2012
@@ -56,7 +56,7 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
-            <optional>true</optional>
+            <optional>false</optional>
         </dependency>
 
         <!-- sources -->
@@ -65,7 +65,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=1414188&r1=1414187&r2=1414188&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Tue Nov 27 13:53:38 2012
@@ -58,6 +58,7 @@
         <module>aspectj-1.7.1</module>
         <module>atlassian-xmlrpc-0.11</module>
         <module>avro-1.7.2</module>
+        <module>avro-1.7.1</module>
     </modules>
 
 </project>