7 lines
189 B
Groovy
7 lines
189 B
Groovy
|
dependencies {
|
||
|
api project(':netty-handler-codec-http')
|
||
|
implementation project(':netty-zlib')
|
||
|
testImplementation testLibs.assertj
|
||
|
testImplementation testLibs.mockito.core
|
||
|
}
|