Author: ffang
Date: Wed Sep 12 12:13:41 2012
New Revision: 1383904
URL: http://svn.apache.org/viewvc?rev=1383904&view=rev
Log:
[SMX4-1244]Velocity bundle - Make ORO optional
Modified:
servicemix/smx4/bundles/trunk/velocity-1.7/pom.xml
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=1383904&r1=1383903&r2=1383904&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/velocity-1.7/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/velocity-1.7/pom.xml Wed Sep 12 12:13:41 2012
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>9-SNAPSHOT</version>
+ <version>11-SNAPSHOT</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
@@ -50,7 +50,8 @@
org.apache.commons.logging*;resolution:=optional;version="[1.1,2)",
org.apache.log*;resolution:=optional;version="[2,3)",
org.apache.tools.ant*;resolution:=optional;version="[1.6,2)",
- org.jdom*;resolution:=optional;version="[1,2)"
+ org.jdom*;resolution:=optional;version="[1,2)",
+ org.apache.oro*;resolution:=optional
</servicemix.osgi.import.pkg>
<servicemix.osgi.dynamicimport.pkg>*</servicemix.osgi.dynamicimport.pkg>
</properties>