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/04/05 13:27:37 UTC

svn commit: r1309773 - /servicemix/smx4/bundles/trunk/commons-dbcp-1.3/pom.xml

Author: jbonofre
Date: Thu Apr  5 11:27:36 2012
New Revision: 1309773

URL: http://svn.apache.org/viewvc?rev=1309773&view=rev
Log:
[SMX4-1119] Fix commons-pool version range

Modified:
    servicemix/smx4/bundles/trunk/commons-dbcp-1.3/pom.xml

Modified: servicemix/smx4/bundles/trunk/commons-dbcp-1.3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-dbcp-1.3/pom.xml?rev=1309773&r1=1309772&r2=1309773&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-dbcp-1.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-dbcp-1.3/pom.xml Thu Apr  5 11:27:36 2012
@@ -44,7 +44,7 @@
             org.apache.commons.jocl*;version=${pkgVersion};-split-package:=merge-first
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
-            org.apache.commons.pool*;version="[1.3,2)"
+            org.apache.commons.pool*;version="[1.5,2)"
         </servicemix.osgi.import.pkg>
         <servicemix.osgi.dynamicimport.pkg>
             *