Subversion Repositories SmartDukaan

Rev

Rev 25194 | Rev 26217 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25194 Rev 25978
Line 61... Line 61...
61
    compile(group: 'com.whalin', name: 'Memcached-Java-Client', version:'3.0.0') {
61
    compile(group: 'com.whalin', name: 'Memcached-Java-Client', version:'3.0.0') {
62
		exclude(module: 'slf4j-api')
62
		exclude(module: 'slf4j-api')
63
    }
63
    }
64
    compile group: 'org.springframework', name: 'spring-webmvc', version:'4.3.6.RELEASE'
64
    compile group: 'org.springframework', name: 'spring-webmvc', version:'4.3.6.RELEASE'
65
    compile group: 'org.springframework', name: 'spring-context-support', version:'4.3.6.RELEASE'
65
    compile group: 'org.springframework', name: 'spring-context-support', version:'4.3.6.RELEASE'
-
 
66
    
-
 
67
    compile group: 'org.springframework.security', name: 'spring-security-web', version:'4.2.13.RELEASE'
-
 
68
    compile group: 'org.springframework.security', name: 'spring-security-config', version:'4.2.13.RELEASE'
-
 
69
    
66
    compile group: 'org.springframework', name: 'spring-test', version: '4.3.6.RELEASE'
70
    compile group: 'org.springframework', name: 'spring-test', version: '4.3.6.RELEASE'
67
    compile group: 'org.jsoup', name: 'jsoup', version:'1.8.3'
71
    compile group: 'org.jsoup', name: 'jsoup', version:'1.8.3'
68
    compile(group: 'com.itextpdf', name: 'itextpdf', version:'5.5.6') {
72
    compile(group: 'com.itextpdf', name: 'itextpdf', version:'5.5.6') {
69
		exclude(module: 'bcprov-jdk14')
73
		exclude(module: 'bcprov-jdk14')
70
    }
74
    }
71
    
-
 
-
 
75
    compile group: 'org.mongodb', name: 'mongo-java-driver', version:'3.6.0'
72
    compile group: 'dom4j', name: 'dom4j', version:'1.6'
76
    compile group: 'dom4j', name: 'dom4j', version:'1.6'
73
    compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.8.5'
77
    compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.8.5'
74
    compile group: 'org.apache.poi', name: 'poi', version:'3.16'
78
    compile group: 'org.apache.poi', name: 'poi', version:'3.16'
75
    compile group: 'org.apache.poi', name: 'poi-ooxml', version:'3.16'
79
    compile group: 'org.apache.poi', name: 'poi-ooxml', version:'3.16'
76
    compile group: 'com.ibm.icu', name: 'icu4j', version:'4.8'
80
    compile group: 'com.ibm.icu', name: 'icu4j', version:'4.8'
77
    compile group: 'org.apache.commons', name: 'commons-lang3', version:'3.6'
81
    compile group: 'org.apache.commons', name: 'commons-lang3', version:'3.6'
-
 
82
    compile group: 'com.google.code.gson', name: 'gson', version:'2.8.0'
78
    compile group: 'commons-collections', name: 'commons-collections', version: '3.0'
83
    compile group: 'commons-collections', name: 'commons-collections', version: '3.0'
79
    compile (group: 'commons-fileupload', name: 'commons-fileupload', version:'1.3'){
84
    compile (group: 'commons-fileupload', name: 'commons-fileupload', version:'1.3'){
80
    	 exclude(module: 'commons-io')
85
    	 exclude(module: 'commons-io')
81
    }
86
    }
82
    compile group: 'commons-lang', name: 'commons-lang', version: '2.6'
87
    compile group: 'commons-lang', name: 'commons-lang', version: '2.6'