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 09:35:07 UTC

svn commit: r1414018 - in /servicemix/smx4/bundles/trunk: pom.xml velocity-1.7/pom.xml

Author: jbonofre
Date: Tue Nov 27 08:35:06 2012
New Revision: 1414018

URL: http://svn.apache.org/viewvc?rev=1414018&view=rev
Log:
[SMX4-1270] Fix Import-Statement in Velocity 1.7 OSGi bundle

Modified:
    servicemix/smx4/bundles/trunk/pom.xml
    servicemix/smx4/bundles/trunk/velocity-1.7/pom.xml

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1414018&r1=1414017&r2=1414018&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Tue Nov 27 08:35:06 2012
@@ -53,6 +53,7 @@
         <module>xerces-2.11.0</module>
         <module>xalan-serializer-2.7.1</module>
         <module>xalan-2.7.1</module>
+        <module>velocity-1.7</module>
     </modules>
 
 </project>

Modified: servicemix/smx4/bundles/trunk/velocity-1.7/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/velocity-1.7/pom.xml?rev=1414018&r1=1414017&r2=1414018&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/velocity-1.7/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/velocity-1.7/pom.xml Tue Nov 27 08:35:06 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>