From be9ea087a27f5a2f48e4b60be744947741f22e32 Mon Sep 17 00:00:00 2001 From: Guoqs <123@jsowell.com> Date: Tue, 28 May 2024 17:19:59 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=8E=92=E9=99=A4jar=E5=8C=85?= =?UTF-8?q?=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsowell-generator/pom.xml | 6 ++++++ jsowell-system/pom.xml | 10 ++++++++++ 2 files changed, 16 insertions(+) diff --git a/jsowell-generator/pom.xml b/jsowell-generator/pom.xml index 331fcbd6c..80183b93f 100644 --- a/jsowell-generator/pom.xml +++ b/jsowell-generator/pom.xml @@ -33,6 +33,12 @@ com.jsowell jsowell-common + + + okio + com.squareup.okio + + diff --git a/jsowell-system/pom.xml b/jsowell-system/pom.xml index cef8088d0..90d727f74 100644 --- a/jsowell-system/pom.xml +++ b/jsowell-system/pom.xml @@ -21,6 +21,16 @@ com.jsowell jsowell-common + + + okhttp + com.squareup.okhttp + + + okio + com.squareup.okio + +