Browse Source

KERNEL-6189 feat: 基础类库、定时器合并到主体代码

release/10.0
Cloud.Liu 4 years ago
parent
commit
a1052c9e1f
  1. 2
      build.third_step0.gradle
  2. 4
      fine-spring/pom.xml

2
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'

4
fine-spring/pom.xml

@ -21,9 +21,9 @@
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>
<groupId>com.fr.essential</groupId>
<artifactId>fine-slf4j-api</artifactId>
<version>${revision}</version>
<version>${essentialVersion}</version>
</dependency>
<dependency>
<groupId>com.fr.third</groupId>

Loading…
Cancel
Save