diff --git a/build.third_step0.gradle b/build.third_step0.gradle index d916971e4..d98ea8251 100644 --- a/build.third_step0.gradle +++ b/build.third_step0.gradle @@ -76,6 +76,7 @@ String essentialBranch = branchNameUpperCase == 'FEATURE' ? 'RELEASE' : 'MASTER' 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" // thirdjar "com.fr.third:fine-third-base:10.0-BASE-SNAPSHOT" // sigar "com.fr.third:sigar:1.6.0" testCompile 'junit:junit:4.12'