You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2015/06/02 05:25:49 UTC

svn commit: r1683033 - /openmeetings/branches/3.0.x/ivy.xml

Author: solomax
Date: Tue Jun  2 03:25:49 2015
New Revision: 1683033

URL: http://svn.apache.org/r1683033
Log:
[OPENMEETINGS-1212] commons-pool version is updated

Modified:
    openmeetings/branches/3.0.x/ivy.xml

Modified: openmeetings/branches/3.0.x/ivy.xml
URL: http://svn.apache.org/viewvc/openmeetings/branches/3.0.x/ivy.xml?rev=1683033&r1=1683032&r2=1683033&view=diff
==============================================================================
--- openmeetings/branches/3.0.x/ivy.xml (original)
+++ openmeetings/branches/3.0.x/ivy.xml Tue Jun  2 03:25:49 2015
@@ -214,7 +214,7 @@
 		<dependency org="org.apache.commons" name="commons-dbcp2" rev="2.1" conf="openmeetings->*" transitive="false">
 			<include type="jar" />
 		</dependency>
-		<dependency org="org.apache.commons" name="commons-pool2" rev="2.3" conf="openmeetings->*" transitive="false">
+		<dependency org="org.apache.commons" name="commons-pool2" rev="2.4.1" conf="openmeetings->*" transitive="false">
 			<include type="jar" />
 		</dependency>
 		<dependency org="commons-digester" name="commons-digester" rev="2.1" conf="openmeetings->*" transitive="false">