From 48ecc1fee2f7a325ea7e324bc4000761310ec85e Mon Sep 17 00:00:00 2001 From: lengmuyun <971434648@qq.com> Date: Wed, 4 Nov 2020 21:52:04 +0800 Subject: [PATCH 1/3] =?UTF-8?q?okhttp3=E5=8C=85=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02nio/nio02/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/02nio/nio02/pom.xml b/02nio/nio02/pom.xml index 6cbbeffd..eb37c8b5 100644 --- a/02nio/nio02/pom.xml +++ b/02nio/nio02/pom.xml @@ -52,6 +52,17 @@ httpasyncclient 4.1.4 + + + com.squareup.okhttp3 + okhttp + 4.9.0 + + + org.jetbrains.kotlin + kotlin-stdlib + 1.3.70 +