Skip to content

Commit 9887a93

Browse files
authored
Use docker-java from iexec-commons-containers (#572)
1 parent 7f65df1 commit 9887a93

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
1313
### Quality
1414

1515
- Expose `workerWalletAddress` to avoid importing `CredentialsService` when not required. (#558)
16+
- Use `docker-java` from `iexec-commons-containers`. (#572)
1617

1718
### Dependency Upgrades
1819

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ group = 'com.iexec.worker'
1212

1313
ext {
1414
springCloudVersion = '2021.0.8'
15-
dockerJavaVersion = '3.2.12'
16-
lombokVersion = '1.18.2'
1715
commonsMathsVersion = '3.6.1'
1816
}
1917

@@ -84,9 +82,6 @@ dependencies {
8482
// observability
8583
runtimeOnly 'io.micrometer:micrometer-registry-prometheus'
8684

87-
// docker
88-
implementation "com.github.docker-java:docker-java:${dockerJavaVersion}"
89-
9085
// expiring map
9186
implementation 'net.jodah:expiringmap:0.5.10'
9287

0 commit comments

Comments
 (0)