netty/netty-handler-codec-http2/build.gradle

10 lines
462 B
Groovy
Raw Normal View History

dependencies {
api project(':netty-handler-codec-http')
testImplementation testLibs.gson
testImplementation testLibs.assertj
testImplementation testLibs.mockito.core
testImplementation project(':netty-handler-ssl-bouncycastle')
2024-01-22 08:39:20 +01:00
testRuntimeOnly project(path: ':netty-tcnative-boringssl-static-native', configuration: osdetector.classifier)
testRuntimeOnly libs.brotli4j.native."${osdetector.os}"."${osdetector.arch.replace('_','')}"
}