Skip to content

Commit

Permalink
Merge pull request #1357 from jsonwan/github_fix/third_file
Browse files Browse the repository at this point in the history
bugfix: 长时间运行后,file-worker下载第三方文件源文件失败 #1346
  • Loading branch information
jsonwan authored Sep 22, 2022
2 parents 330923f + bf49f56 commit 9cf4af8
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 9cf4af8

Please sign in to comment.