From 84455ff3a2aad8baae37f4e8ab5db6caecc6cdd0 Mon Sep 17 00:00:00 2001 From: Costin Leau <cleau@vmware.com> Date: Wed, 3 Feb 2010 22:15:30 +0000 Subject: [PATCH] + update commons-pool to 1.5.3 to avoid some memory leaks --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index ae9af57f..9ba67ac9 100644 --- a/pom.xml +++ b/pom.xml @@ -81,6 +81,12 @@ <version>1.2.2.osgi</version> <scope>runtime</scope> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>com.springsource.org.apache.commons.pool</artifactId> + <version>1.5.3</version> + <scope>runtime</scope> + </dependency> <dependency> <groupId>org.hsqldb</groupId> <artifactId>com.springsource.org.hsqldb</artifactId> -- GitLab