Subversion Repositories SmartDukaan

Rev

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

Rev 24509 Rev 25716
Line 65... Line 65...
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'
70
	compile 'org.apache.poi:poi-ooxml:3.16'
71
	
71
	
72
	
72
	
73
	
73
	
74
    testCompile "junit:junit:4.12"
74
    testCompile "junit:junit:4.12"
75
	//provided 'org.projectlombok:lombok:1.18.2'
75
	//provided 'org.projectlombok:lombok:1.18.2'