From e4aa493aea4483b831990946f33ddf6355b57243 Mon Sep 17 00:00:00 2001 From: "Cloud.Liu" Date: Tue, 23 Feb 2021 16:11:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20feat:=20fine-?= =?UTF-8?q?sql=E5=8A=A0=E5=85=A5fine-third=20release=E5=88=86=E6=94=AF?= =?UTF-8?q?=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.third_step0.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.third_step0.gradle b/build.third_step0.gradle index 1f7398934..65a8c6bcf 100644 --- a/build.third_step0.gradle +++ b/build.third_step0.gradle @@ -77,7 +77,7 @@ dependencies { essential "com.fr.essential:fine-essential:1.0-${essentialBranch}-SNAPSHOT" essential "com.fr.cbb:fine-scheduler:1.0-${essentialBranch}-SNAPSHOT" essential "com.fr.cbb:fine-function:1.0-${essentialBranch}-SNAPSHOT" - // essential "com.fr.cbb:fine-sql:1.0-${essentialBranch}-SNAPSHOT" + essential "com.fr.cbb:fine-sql: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'