Skip to content

Commit

Permalink
To solving the error (at Pool.java 35 : The type
Browse files Browse the repository at this point in the history
org.apache.commons.pool2.impl.AbandonedConfig cannot be resolved. It is
indirectly referenced from required .class files), we update
common-pool2 (2.0 -> 2.2)
  • Loading branch information
renhua91 committed May 4, 2014
1 parent c63e901 commit e17a312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.0</version>
<version>2.2</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand Down

0 comments on commit e17a312

Please sign in to comment.