netty-http/netty-http-bouncycastle/build.gradle

4 lines
85 B
Groovy

dependencies {
api project(":netty-http-server-api")
api libs.bouncycastle
}