summaryrefslogtreecommitdiffstats
path: root/feature-distributed-locking/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'feature-distributed-locking/pom.xml')
-rw-r--r--feature-distributed-locking/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/feature-distributed-locking/pom.xml b/feature-distributed-locking/pom.xml
index 53a7a6d0..ddb7c71b 100644
--- a/feature-distributed-locking/pom.xml
+++ b/feature-distributed-locking/pom.xml
@@ -104,6 +104,16 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-dbcp2</artifactId>
+ <version>2.1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-pool2</artifactId>
+ <version>2.4.2</version>
+ </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>