From a1052c9e1f5ff2ce23fa0709ce6541d56f66eacd Mon Sep 17 00:00:00 2001 From: "Cloud.Liu" Date: Tue, 29 Dec 2020 18:41:56 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-6189=20feat:=20=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E7=B1=BB=E5=BA=93=E3=80=81=E5=AE=9A=E6=97=B6=E5=99=A8=E5=90=88?= =?UTF-8?q?=E5=B9=B6=E5=88=B0=E4=B8=BB=E4=BD=93=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.third_step0.gradle | 2 +- fine-spring/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.third_step0.gradle b/build.third_step0.gradle index e3d6c5831..d916971e4 100644 --- a/build.third_step0.gradle +++ b/build.third_step0.gradle @@ -75,7 +75,7 @@ configurations { String essentialBranch = branchNameUpperCase == 'FEATURE' ? 'RELEASE' : 'MASTER' dependencies { essential "com.fr.essential:fine-essential:1.0-${essentialBranch}-SNAPSHOT" - essential "com.fr.cbb:fine-universal-skeleton:1.0-${essentialBranch}-SNAPSHOT" + essential "com.fr.cbb:fine-scheduler:1.0-${essentialBranch}-SNAPSHOT" // thirdjar "com.fr.third:fine-third-base:10.0-BASE-SNAPSHOT" // sigar "com.fr.third:sigar:1.6.0" testCompile 'junit:junit:4.12' diff --git a/fine-spring/pom.xml b/fine-spring/pom.xml index 7f835bab1..abd2b4fa4 100644 --- a/fine-spring/pom.xml +++ b/fine-spring/pom.xml @@ -21,9 +21,9 @@ ${revision} - com.fr.third + com.fr.essential fine-slf4j-api - ${revision} + ${essentialVersion} com.fr.third