2019-07-15 22:41:23 +02:00
|
|
|
dependencies {
|
|
|
|
compile project(":netty-http-xmlrpc-common")
|
|
|
|
compile "commons-httpclient:commons-httpclient:${project.property(('commons-httpclient.version'))}"
|
|
|
|
testCompile project(":netty-http-xmlrpc-servlet")
|
2019-07-17 22:53:14 +02:00
|
|
|
testCompile group: 'javax.servlet', name: 'javax.servlet-api', version: '3.1.0'
|
2019-07-15 22:41:23 +02:00
|
|
|
}
|