Skip to content

Commit

Permalink
⬆️ 升级组件版本 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
henry-hub authored Oct 30, 2021
1 parent 12e81d3 commit 3d5a785
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ihub-bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
platform('org.springframework.statemachine:spring-statemachine-bom:3.0.1'),
platform('org.springframework.cloud:spring-cloud-dependencies:2020.0.4'),
platform('com.alibaba.cloud:spring-cloud-alibaba-dependencies:2021.1'),
platform('de.codecentric:spring-boot-admin-dependencies:2.5.2'),
platform('de.codecentric:spring-boot-admin-dependencies:2.5.3'),
platform('com.github.xiaoymin:knife4j-dependencies:3.0.3'),
platform('org.springframework.boot:spring-boot-dependencies:2.5.6')
// 配置组件版本
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ plugins {
}

iHubSettings {
includeProjects 'ihub-bom' noPrefix
includeProjects 'ihub-core' prefix '' skippedDirs 'client' subproject
includeProjects 'ihub-bom', 'ihub-core' noPrefix
// includeProjects 'ihub-core' prefix '' skippedDirs 'client' subproject
includeProjects 'ihub-starter' prefix 'ihub-' suffix '-spring-boot-starter' onlySubproject
// includeProjects 'ihub-starter', 'ihub-secure' prefix '' subproject '-spring-boot-starter'
}

0 comments on commit 3d5a785

Please sign in to comment.