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 20:45:02 UTC

svn commit: r1414352 - in /servicemix/smx4/bundles/trunk: dbunit-2.4.8/pom.xml pom.xml

Author: jbonofre
Date: Tue Nov 27 19:45:01 2012
New Revision: 1414352

URL: http://svn.apache.org/viewvc?rev=1414352&view=rev
Log:
[SMX4-1270] Fix optional resolution in import of dbunit 2.4.8 OSGi bundle

Modified:
    servicemix/smx4/bundles/trunk/dbunit-2.4.8/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/dbunit-2.4.8/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/dbunit-2.4.8/pom.xml?rev=1414352&r1=1414351&r2=1414352&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/dbunit-2.4.8/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/dbunit-2.4.8/pom.xml Tue Nov 27 19:45:01 2012
@@ -61,7 +61,7 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
-            <optional>true</optional>
+            <optional>false</optional>
         </dependency>
 
         <!-- sources -->
@@ -70,7 +70,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=1414352&r1=1414351&r2=1414352&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Tue Nov 27 19:45:01 2012
@@ -67,6 +67,7 @@
         <module>axiom-impl-1.2.13</module>
         <module>batik-1.7</module>
         <module>dbunit-2.4.9</module>
+        <module>dbunit-2.4.8</module>
     </modules>
 
 </project>