diff --git a/pom.xml b/pom.xml index ae9af57f6d26484c8236376990d6eb5a4ba3b34a..9ba67ac96a8135b92bcd42798efdde48faddab56 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>