netty-http/netty-http-client/build.gradle

10 lines
548 B
Groovy
Raw Normal View History

2018-03-12 11:22:40 +01:00
dependencies {
api project(":netty-http-client-api")
api "io.netty:netty-handler-proxy:${project.property('netty.version')}"
testImplementation "com.fasterxml.jackson.core:jackson-databind:${project.property('jackson.version')}"
testImplementation "org.conscrypt:conscrypt-openjdk-uber:${project.property('conscrypt.version')}"
testRuntimeOnly "org.bouncycastle:bcpkix-jdk15on:${project.property('bouncycastle.version')}"
2020-07-22 12:14:43 +02:00
testRuntimeOnly "io.netty:netty-tcnative-boringssl-static:${project.property('tcnative.version')}"
2018-03-12 11:22:40 +01:00
}