mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-21 19:39:38 +00:00
+ update commons-pool to 1.5.3 to avoid some memory leaks
This commit is contained in:
parent
1f59a262c3
commit
84455ff3a2
1 changed files with 6 additions and 0 deletions
6
pom.xml
6
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>
|
||||
|
|
Loading…
Reference in a new issue