Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:shuigedeng/taotao-cloud-project into…
Browse files Browse the repository at this point in the history
… dev
  • Loading branch information
shuigedeng committed Sep 27, 2024
2 parents c40c385 + 4d8b8c5 commit 4100efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ plugins {

//https://plugins.gradle.org/plugin/io.swagger.core.v3.swagger-gradle-plugin
//https://github.com/swagger-api/swagger-core/tree/master/modules/swagger-gradle-plugin
id "io.swagger.core.v3.swagger-gradle-plugin" version "2.2.23"
id "io.swagger.core.v3.swagger-gradle-plugin" version "2.2.24"

//id 'org.cyclonedx.bom' version '1.10.0'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configure(subprojects.findAll { (it.name.endsWith("-api")) }) { project ->
dependencies {
api "io.github.shuigedeng:taotao-cloud-starter-openfeign"

compileOnly "io.seata:seata-all"
compileOnly "org.apache.seata:seata-all:2.1.0"
compileOnly 'com.github.oshi:oshi-core:6.6.4'
compileOnly "io.github.shuigedeng:taotao-boot-starter-grpc"
compileOnly "io.github.shuigedeng:taotao-boot-starter-office"
Expand Down

0 comments on commit 4100efd

Please sign in to comment.