From e17a312d92df250ed4bf24e4afeff9374be5aa09 Mon Sep 17 00:00:00 2001 From: PumpkinJack Date: Sun, 4 May 2014 15:03:18 +0800 Subject: [PATCH] To solving the error (at Pool.java 35 : The type 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) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1be71dd7fe..7ce7b4b3c2 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ org.apache.commons commons-pool2 - 2.0 + 2.2 jar compile