Skip to content
Snippets Groups Projects
Commit 84455ff3 authored by Costin Leau's avatar Costin Leau Committed by Mic
Browse files

+ update commons-pool to 1.5.3 to avoid some memory leaks

parent 1f59a262
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment