CFTunnels/common/build.gradle
hitanshu310 4a3e2777db
Some checks failed
sample gradle build and test / build (pull_request) Successful in 2m55s
sample gradle build and test / tag (push) Successful in 6s
sample gradle build and test / build_tag_push (push) Failing after 55s
Hithomelabs/HomeLabDocker#86: fix: add BOM import and update RestTemplateConfig imports
2026-07-05 15:38:00 +05:30

12 lines
410 B
Groovy

dependencies {
implementation 'org.springframework:spring-context'
implementation 'org.springframework:spring-web'
implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation 'org.apache.httpcomponents.client5:httpclient5'
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.junit.jupiter:junit-jupiter'
}