2024-01-06 22:52:21 +01:00
|
|
|
dependencies {
|
|
|
|
api project(':netty-handler-codec-http')
|
|
|
|
api project(':netty-handler-codec-quic')
|
|
|
|
testImplementation testLibs.assertj
|
|
|
|
testImplementation testLibs.mockito.core
|
2024-01-13 23:04:10 +01:00
|
|
|
testImplementation project(':netty-handler-ssl-bouncycastle')
|
2024-01-06 22:52:21 +01:00
|
|
|
}
|