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/30 10:13:18 UTC

svn commit: r1415553 - in /servicemix/smx4/bundles/trunk: ognl-3.0.5/pom.xml pom.xml

Author: jbonofre
Date: Fri Nov 30 09:13:17 2012
New Revision: 1415553

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

Modified:
    servicemix/smx4/bundles/trunk/ognl-3.0.5/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/ognl-3.0.5/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/ognl-3.0.5/pom.xml?rev=1415553&r1=1415552&r2=1415553&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/ognl-3.0.5/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/ognl-3.0.5/pom.xml Fri Nov 30 09:13:17 2012
@@ -52,7 +52,7 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
-            <optional>true</optional>
+            <optional>false</optional>
         </dependency>
 
         <!-- sources -->
@@ -61,7 +61,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=1415553&r1=1415552&r2=1415553&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Fri Nov 30 09:13:17 2012
@@ -93,6 +93,7 @@
         <module>libthrift-0.8.0</module>
         <module>libthrift-0.9.0</module>
         <module>lucene-4.0.0</module>
+        <module>ognl-3.0.5</module>
     </modules>
 
 </project>