netty/netty-resolver/build.gradle

5 lines
93 B
Groovy
Raw Permalink Normal View History

dependencies {
api project(':netty-util')
testImplementation testLibs.mockito.core
}