7 lines
258 B
Groovy
7 lines
258 B
Groovy
dependencies {
|
|
api project(':netty-handler-codec-http')
|
|
api project(':netty-handler-codec-quic')
|
|
testImplementation testLibs.assertj
|
|
testImplementation testLibs.mockito.core
|
|
testImplementation project(':netty-handler-ssl-bouncycastle')
|
|
}
|