From bdd597895ebfe87fa882d0739cdae9f66600ff6e Mon Sep 17 00:00:00 2001 From: zkr_liushenlu Date: Wed, 24 Mar 2021 16:56:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0commons-pool2.jar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 8 ++++++++ ruoyi-common/pom.xml | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index a3b761809..1f63ada78 100644 --- a/pom.xml +++ b/pom.xml @@ -29,6 +29,7 @@ 5.7.0 2.5 1.3.3 + 2.6.2 4.1.2 1.7 @@ -146,6 +147,13 @@ + + org.apache.commons + commons-pool2 + ${commons.pool.version} + + + commons-io commons-io diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 9b8f27aa5..97db55059 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -59,6 +59,12 @@ commons-lang3 + + + org.apache.commons + commons-pool2 + + com.fasterxml.jackson.core