Index: build.gradle =================================================================== diff -u -r25367 -r25399 --- build.gradle (.../build.gradle) (revision 25367) +++ build.gradle (.../build.gradle) (revision 25399) @@ -420,12 +420,17 @@ compile group: 'dom4j', name: 'dom4j', version:'1.6.1' compile group: 'jaxen', name: 'jaxen', version:'1.1.6' - + //-----------smb协议远程操作文件包:解决连接数不足----------------------------- + compile group: 'org.springframework.integration', name: 'spring-integration-smb', version: '1.0.0.RELEASE' + compile group: 'org.springframework.integration', name: 'spring-integration-file', version: '5.0.4.RELEASE' + compile group: 'org.springframework.integration', name: 'spring-integration-stream', version: '5.0.4.RELEASE' + compile group: 'org.codelibs', name: 'jcifs', version: '1.3.18.3' + //-----------smb协议远程操作文件包:解决连接数不足----------------------------- compile group: 'jcifs', name: 'jcifs', version:'1.3.17' compile group: 'org.jmesa', name: 'jmesa', version:'2.5.2' compile group: 'forgon', name: 'jmesatable', version:'1.0.10' - + compile group: 'org.jsoup', name: 'jsoup', version: '1.11.3' compile group: 'com.belerweb', name: 'pinyin4j', version:'2.5.0' compile group: 'com.alibaba', name: 'fastjson', version:'1.1.41'