netty-http/netty-http-xmlrpc-client/build.gradle
2019-07-15 22:41:23 +02:00

7 lines
No EOL
312 B
Groovy

dependencies {
compile project(":netty-http-xmlrpc-common")
compile "commons-httpclient:commons-httpclient:${project.property(('commons-httpclient.version'))}"
testCompile project(":netty-http-xmlrpc-servlet")
testCompileOnly group: 'javax.servlet', name: 'javax.servlet-api', version: '3.1.0'
}