commit | 707a7e62f2bb161f8af280c0119b00cc6c73c4dd | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@onlab.us> | Thu Oct 02 16:35:49 2014 -0700 |
committer | Yuta HIGUCHI <y-higuchi@onlab.us> | Thu Oct 02 17:02:43 2014 -0700 |
tree | 1511bccf509ad0420f2f36244236c1e7c5421382 | |
parent | ecc22a092d02a947b6e09d6835bae91ecea83f51 [diff] [blame] |
moved commons-pool to root pom.xml Change-Id: Ic366fd4c790d6a9b9c43d6b593e034427eefa6a6
diff --git a/pom.xml b/pom.xml index 56bbd74..cb00f32 100644 --- a/pom.xml +++ b/pom.xml
@@ -248,6 +248,11 @@ <classifier>tests</classifier> <scope>test</scope> </dependency> + <dependency> + <groupId>commons-pool</groupId> + <artifactId>commons-pool</artifactId> + <version>1.6</version> + </dependency> </dependencies> </dependencyManagement>