Skip to content

Commit

Permalink
ci: 添加ihub-module版本管理
Browse files Browse the repository at this point in the history
Signed-off-by: Henry <[email protected]>
  • Loading branch information
henry-hub authored Apr 5, 2024
1 parent 5018dc3 commit e7feb9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spring-boot-admin = '3.2.3'
[libraries]
# bom libs
ihub-integration-bom = { module = 'pub.ihub.integration:ihub-bom', version = '0.1.0' }
ihub-module-bom = { module = 'pub.ihub.module:ihub-bom', version = '0.1.1' }
hutool-bom = { module = 'cn.hutool:hutool-bom', version.ref = 'hutool' }
jmolecules-bom = { module = 'org.jmolecules:jmolecules-bom', version = '2023.1.2' }
spring-modulith-bom = { module = 'org.springframework.modulith:spring-modulith-bom', version = '1.1.3' }
Expand Down Expand Up @@ -95,7 +96,7 @@ justauth = { module = 'me.zhyd.oauth:JustAuth', version = '1.16.6' }

[bundles]
platform = [
'ihub-integration-bom',
'ihub-integration-bom', 'ihub-module-bom',
'hutool-bom', 'jmolecules-bom', 'spock-bom', 'sa-token-bom', 'okio-bom', 'asm-bom', 'guava-bom', 'guice-bom',
'spring-modulith-bom', 'axon-bom', 'spring-boot-admin-dependencies', 'spring-cloud-dependencies',
'spring-cloud-alibaba-dependencies', 'spring-boot-dependencies', 'quarkus-dependencies', 'springdoc-openapi-dependencies'
Expand Down

0 comments on commit e7feb9b

Please sign in to comment.