Subversion Repositories SmartDukaan

Rev

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

Rev 23929 Rev 24524
Line 63... Line 63...
63
    }
63
    }
64
    compile group: 'org.springframework', name: 'spring-webmvc', version:'4.3.5.RELEASE'
64
    compile group: 'org.springframework', name: 'spring-webmvc', version:'4.3.5.RELEASE'
65
    compile group: 'org.springframework', name: 'spring-context-support', version:'4.3.5.RELEASE'
65
    compile group: 'org.springframework', name: 'spring-context-support', version:'4.3.5.RELEASE'
66
    compile group: 'org.springframework', name: 'spring-test', version: '4.3.5.RELEASE'
66
    compile group: 'org.springframework', name: 'spring-test', version: '4.3.5.RELEASE'
67
    compile group: 'org.jsoup', name: 'jsoup', version:'1.8.3'
67
    compile group: 'org.jsoup', name: 'jsoup', version:'1.8.3'
68
    compile(group: 'com.itextpdf', name: 'itextpdf', version:'5.0.6') {
68
    compile(group: 'com.itextpdf', name: 'itextpdf', version:'5.5.6') {
69
		exclude(module: 'bcprov-jdk14')
69
		exclude(module: 'bcprov-jdk14')
70
    }
70
    }
-
 
71
    
71
    compile group: 'dom4j', name: 'dom4j', version:'1.6'
72
    compile group: 'dom4j', name: 'dom4j', version:'1.6'
72
    compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.8.5'
73
    compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.8.5'
73
    compile group: 'org.apache.poi', name: 'poi', version:'3.16'
74
    compile group: 'org.apache.poi', name: 'poi', version:'3.16'
74
    compile group: 'org.apache.poi', name: 'poi-ooxml', version:'3.16'
75
    compile group: 'org.apache.poi', name: 'poi-ooxml', version:'3.16'
75
    compile group: 'com.ibm.icu', name: 'icu4j', version:'4.8'
76
    compile group: 'com.ibm.icu', name: 'icu4j', version:'4.8'