File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ group = 'com.iexec.worker'
1212
1313ext {
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
You can’t perform that action at this time.
0 commit comments