petclinic-uncached
Changes
pom.xml 6(+6 -0)
Details
pom.xml 6(+6 -0)
diff --git a/pom.xml b/pom.xml
index ae9af57..9ba67ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,12 @@
<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>
<version>1.8.0.9</version>