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/29 16:08:45 UTC

svn commit: r1415200 - in /servicemix/smx4/bundles/trunk: jets3t-0.9.0/pom.xml pom.xml

Author: jbonofre
Date: Thu Nov 29 15:08:44 2012
New Revision: 1415200

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

Modified:
    servicemix/smx4/bundles/trunk/jets3t-0.9.0/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/jets3t-0.9.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jets3t-0.9.0/pom.xml?rev=1415200&r1=1415199&r2=1415200&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/jets3t-0.9.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/jets3t-0.9.0/pom.xml Thu Nov 29 15:08:44 2012
@@ -69,7 +69,7 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
-            <optional>true</optional>
+            <optional>false</optional>
         </dependency>
 
         <!-- sources -->
@@ -78,7 +78,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=1415200&r1=1415199&r2=1415200&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Thu Nov 29 15:08:44 2012
@@ -84,6 +84,7 @@
         <module>jaxen-1.1.4</module>
         <module>jdo2-api-2.0</module>
         <module>jdo2-api-2.2</module>
+        <module>jets3t-0.9.0</module>
     </modules>
 
 </project>