Author: ffang
Date: Fri Aug 23 06:14:55 2013
New Revision: 1516707

URL: http://svn.apache.org/r1516707
Log:
[SMX4-1355]org.apache.servicemix.bundles.commons-beanutils missing import 
package of org.apache.commons.collections

Modified:
    servicemix/smx4/bundles/trunk/commons-beanutils-1.7.0/pom.xml

Modified: servicemix/smx4/bundles/trunk/commons-beanutils-1.7.0/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-beanutils-1.7.0/pom.xml?rev=1516707&r1=1516706&r2=1516707&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-beanutils-1.7.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-beanutils-1.7.0/pom.xml Fri Aug 23 
06:14:55 2013
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>8</version>
+        <version>10</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
@@ -44,6 +44,7 @@
             !org.apache.commons.collections*
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
+            
org.apache.commons.collections;version="[2.0,3)";resolution:=optional,
             
org.apache.commons.collections*;version="[2.0,3)";resolution:=optional,
             org.apache.commons.logging*;version="[1.0,2)";resolution:=optional
         </servicemix.osgi.import.pkg>


Reply via email to