Subversion Repositories SmartDukaan

Rev

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

Rev 23871 Rev 23951
Line 62... Line 62...
62
    	
62
    	
63
    }
63
    }
64
   	compile 'com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.6'
64
   	compile 'com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.6'
65
   	compile 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.6:'
65
   	compile 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.6:'
66
	compile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.6'
66
	compile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.6'
-
 
67
	compile group: 'org.apache.commons', name: 'commons-csv', version: '1.5'
67
    testCompile "junit:junit:4.12"
68
    testCompile "junit:junit:4.12"
68
}
69
}
69
 
70
 
70
test {
71
test {
71
    testLogging.showStandardStreams = true
72
    testLogging.showStandardStreams = true