88: Add httpclient5 dependency for portainer-automation

This commit is contained in:
Dave the Dev 2026-07-06 05:01:56 +00:00
parent 6fc44a6969
commit f3652611ec

View File

@ -5,6 +5,7 @@ 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'