Files
spring-boot-rest/gradle-6/httpclient-platform/build.gradle.kts
Johnathan Gilday 94be519f16 🚧 Gradle 6 - Platforms
2019-12-20 14:00:31 -05:00

11 lines
245 B
Kotlin

plugins {
`java-platform`
}
dependencies {
constraints {
api("org.apache.httpcomponents:fluent-hc:4.5.10")
api("org.apache.httpcomponents:httpclient:4.5.10")
runtime("commons-logging:commons-logging:1.2")
}
}