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/05/17 09:18:43 UTC

svn commit: r1339502 - /servicemix/smx4/bundles/trunk/velocity-tools-2.0/pom.xml

Author: jbonofre
Date: Thu May 17 07:18:43 2012
New Revision: 1339502

URL: http://svn.apache.org/viewvc?rev=1339502&view=rev
Log:
[SMX4-1122] Upgrade to bundles-pom 9-SNAPSHOT

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

Modified: servicemix/smx4/bundles/trunk/velocity-tools-2.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/velocity-tools-2.0/pom.xml?rev=1339502&r1=1339501&r2=1339502&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/velocity-tools-2.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/velocity-tools-2.0/pom.xml Thu May 17 07:18:43 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>8</version>
+        <version>9-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -42,6 +42,20 @@
         <servicemix.osgi.export.pkg>
             org.apache.velocity.tools
         </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+           org.apache.commons.logging;resolution:=optional,
+           javax.servlet*,
+           org.apache.commons.beanutils*,
+           org.apache.commons.collections,
+           org.apache.commons.digester,
+           org.apache.commons.lang,
+           org.apache.commons.validator,
+           org.apache.struts*,
+           org.apache.velocity*,
+           org.dom4j,
+           org.dom4j.io,
+           org.xml.sax
+        </servicemix.osgi.import.pkg>
     </properties>
 
     <dependencies>