Skip to content

Commit

Permalink
bugfix: 长时间运行后,file-worker下载第三方文件源文件失败 TencentBlueKing#1346
Browse files Browse the repository at this point in the history
修复k8s条件编译问题
  • Loading branch information
jsonwan committed Sep 22, 2022
1 parent e514d75 commit bf49f56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/commons/common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
implementation 'io.springfox:springfox-swagger2'
implementation 'net.sf.dozer:dozer'
implementation 'net.sourceforge.jchardet:jchardet'
implementation 'org.apache.httpcomponents:httpclient'
api 'org.apache.httpcomponents:httpclient'
implementation 'org.springframework:spring-jdbc'
implementation 'org.hibernate.validator:hibernate-validator'
implementation 'jakarta.validation:jakarta.validation-api'
Expand Down
1 change: 1 addition & 0 deletions src/backend/job-backup/service-job-backup/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies {
api project(":commons:common-web")
api project(":commons:common-security")
api project(":commons:common-redis")
api project(":commons:common")

implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-jdbc")
Expand Down

0 comments on commit bf49f56

Please sign in to comment.