feat(portainer-automation): add httpclient5 dependency

This commit is contained in:
Dave the Dev 2026-07-06 00:07:40 +00:00
parent 033e5273b0
commit 0a1e5e0e50

View File

@ -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'