From 8740acffc3324d9c6cc3de5dc50ec284a7ce9845 Mon Sep 17 00:00:00 2001 From: cncast Date: Thu, 31 Jan 2019 02:44:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B8=E5=BD=AC=20fix(pom):=20=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=20Aliyun=20nexus;=20=E6=B3=A8=E9=87=8A=20Apollo-Clien?= =?UTF-8?q?t=EF=BC=8C=20=E6=9B=B4=E6=94=B9=E4=B9=8B=E5=90=8E=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E9=87=8C=E9=9D=A2=E5=AD=98=E5=9C=A8=E5=BC=95=E7=94=A8?= =?UTF-8?q?apollo=E7=9A=84=E5=9C=B0=E6=96=B9=EF=BC=8C=E6=89=BE=E4=B8=8D?= =?UTF-8?q?=E5=88=B0jar=E6=8A=A5=E9=94=99=20=E8=A7=A3=E6=8E=89=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 12 ++++++------ xbin-store-common/pom.xml | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 33fbdbd..f21acf5 100644 --- a/pom.xml +++ b/pom.xml @@ -148,7 +148,7 @@ 1.24 2.6.1 1.16.16 - 0.8.0 + 1.0.0 1.0.18 @@ -476,11 +476,11 @@ ${lombok.version} provided - - - - - + + com.ctrip.framework.apollo + apollo-client + ${apollo.version} + diff --git a/xbin-store-common/pom.xml b/xbin-store-common/pom.xml index afeb4c5..b591428 100644 --- a/xbin-store-common/pom.xml +++ b/xbin-store-common/pom.xml @@ -221,9 +221,9 @@ 2.6 - - - - + + com.ctrip.framework.apollo + apollo-client + -- Gitee