Yuta HIGUCHI

moved commons-pool to root pom.xml

Change-Id: Ic366fd4c790d6a9b9c43d6b593e034427eefa6a6
...@@ -248,6 +248,11 @@ ...@@ -248,6 +248,11 @@
248 <classifier>tests</classifier> 248 <classifier>tests</classifier>
249 <scope>test</scope> 249 <scope>test</scope>
250 </dependency> 250 </dependency>
251 + <dependency>
252 + <groupId>commons-pool</groupId>
253 + <artifactId>commons-pool</artifactId>
254 + <version>1.6</version>
255 + </dependency>
251 </dependencies> 256 </dependencies>
252 </dependencyManagement> 257 </dependencyManagement>
253 258
......
...@@ -42,7 +42,6 @@ ...@@ -42,7 +42,6 @@
42 <dependency> 42 <dependency>
43 <groupId>commons-pool</groupId> 43 <groupId>commons-pool</groupId>
44 <artifactId>commons-pool</artifactId> 44 <artifactId>commons-pool</artifactId>
45 - <version>1.6</version>
46 </dependency> 45 </dependency>
47 </dependencies> 46 </dependencies>
48 47
......