Subversion Repositories SmartDukaan

Rev

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

Rev 29901 Rev 30471
Line 47... Line 47...
47
}
47
}
48
 
48
 
49
dependencies {
49
dependencies {
50
    compile project (':profitmandi-common')
50
    compile project (':profitmandi-common')
51
    compile project (':profitmandi-dao')
51
    compile project (':profitmandi-dao')
52
    compile (group: 'org.apache.velocity', name: 'velocity', version:'1.7'){  
52
    compile(group: 'org.apache.velocity', name: 'velocity-engine-core', version: '2.3') {
53
    	exclude(module: 'commons-logging')
53
		exclude(module: 'commons-logging')
54
    	exclude(module: 'commons-digester')
54
		exclude(module: 'commons-digester')
55
    }
55
	}
56
    
56
 
57
    compile (group: 'org.apache.velocity', name: 'velocity-tools', version:'2.0'){ 
57
	compile(group: 'org.apache.velocity', name: 'velocity-tools', version: '2.0') {
58
    	exclude(module: 'commons-logging')
58
		exclude(module: 'commons-logging')
59
    	exclude(module: 'commons-digester')
59
		exclude(module: 'commons-digester')
60
    	//exclude(module: 'commons-collections')
60
		//exclude(module: 'commons-collections')
61
    	exclude(module: 'dom4j')
61
		exclude(module: 'dom4j')
62
    	exclude(module: 'antlr')
62
		exclude(module: 'antlr')
63
    	exclude(module: 'velocity')
63
		exclude(module: 'velocity')
64
    	
64
 
65
    }
65
	}
66
   	compile 'com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.6'
66
   	compile 'com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.6'
67
   	compile 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.6:'
67
   	compile 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.6:'
68
	compile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.6'
68
	compile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.6'
69
	compile group: 'org.apache.commons', name: 'commons-csv', version: '1.5'
69
	compile group: 'org.apache.commons', name: 'commons-csv', version: '1.5'
70
	compile 'org.apache.poi:poi-ooxml:3.16'
70
	compile 'org.apache.poi:poi-ooxml:3.16'