From adc9c95ddc663db7bce11feb58484f12869d6fe2 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Fri, 1 Mar 2024 12:43:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(uploader):=20=E4=BF=AE=E5=A4=8D=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service-uploader/pom.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/service-uploader/pom.xml b/service-uploader/pom.xml index 1222721..d4727e1 100644 --- a/service-uploader/pom.xml +++ b/service-uploader/pom.xml @@ -31,6 +31,42 @@ org.apache.hadoop hadoop-client + + + com.squareup.okio + okio + + + com.google.guava + guava + + + commons-io + commons-io + + + commons-logging + commons-logging + + + org.apache.curator + curator-client + + + + + org.apache.curator + curator-framework + + + log4j + log4j + + + netty + io.netty + +