Index: build.gradle =================================================================== diff -u -r19920 -r19956 --- build.gradle (.../build.gradle) (revision 19920) +++ build.gradle (.../build.gradle) (revision 19956) @@ -348,6 +348,7 @@ compile group: 'commons-logging', name: 'commons-logging', version:'1.0.2' compile group: 'commons-betwixt', name: 'commons-betwixt', version:'0.8' compile 'commons-codec:commons-codec:1.10' + compile group: 'commons-discovery', name: 'commons-discovery', version:'0.2' compile group: 'org.apache.servicemix.specs', name: 'org.apache.servicemix.specs.jsr311-api-1.1.1', version:'2.4.0' @@ -401,6 +402,9 @@ compile group: 'jdom', name: 'jdom', version:'1.0' + compile group: 'dom4j', name: 'dom4j', version:'1.6.1' + compile group: 'jaxen', name: 'jaxen', version:'1.1.6' + compile group: 'jcifs', name: 'jcifs', version:'1.3.17' compile group: 'org.jmesa', name: 'jmesa', version:'2.5.2' @@ -439,6 +443,7 @@ compile 'org.apache.httpcomponents:httpcore:4.4' compile 'org.apache.httpcomponents:httpclient:4.4' compile 'commons-logging:commons-logging:1.2' + compile 'wsdl4j:wsdl4j:1.6.2' }