diff --git a/portainer-automation/build.gradle b/portainer-automation/build.gradle index bbe3892..9829aaa 100644 --- a/portainer-automation/build.gradle +++ b/portainer-automation/build.gradle @@ -6,6 +6,8 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-validation' + implementation 'org.apache.httpcomponents.client5:httpclient5' + compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'