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 18:20:29 UTC

svn commit: r1415750 - in /servicemix/smx4/bundles/trunk: pom.xml stringtemplate-4.0.2/pom.xml

Author: jbonofre
Date: Fri Nov 30 17:20:28 2012
New Revision: 1415750

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

Modified:
    servicemix/smx4/bundles/trunk/pom.xml
    servicemix/smx4/bundles/trunk/stringtemplate-4.0.2/pom.xml

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1415750&r1=1415749&r2=1415750&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Fri Nov 30 17:20:28 2012
@@ -104,6 +104,7 @@
         <module>scalaj-collection-1.0</module>
         <module>serp-1.14.1</module>
         <module>solr-solrj-4.0.0</module>
+        <module>stringtemplate-4.0.2</module>
     </modules>
 
 </project>

Modified: servicemix/smx4/bundles/trunk/stringtemplate-4.0.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/stringtemplate-4.0.2/pom.xml?rev=1415750&r1=1415749&r2=1415750&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/stringtemplate-4.0.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/stringtemplate-4.0.2/pom.xml Fri Nov 30 17:20:28 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>9-SNAPSHOT</version>
+        <version>10</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -53,7 +53,7 @@
             <groupId>${pkgGroupId}</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
-            <optional>true</optional>
+            <optional>false</optional>
         </dependency>
 
         <!-- sources -->
@@ -62,7 +62,7 @@
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
             <classifier>sources</classifier>
-            <optional>true</optional>
+            <optional>false</optional>
         </dependency>
     </dependencies>