Subversion Repositories SmartDukaan

Rev

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

Rev 23175 Rev 23871
Line 59... Line 59...
59
    	exclude(module: 'dom4j')
59
    	exclude(module: 'dom4j')
60
    	exclude(module: 'antlr')
60
    	exclude(module: 'antlr')
61
    	exclude(module: 'velocity')
61
    	exclude(module: 'velocity')
62
    	
62
    	
63
    }
63
    }
-
 
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:'
-
 
66
	compile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.6'
64
    testCompile "junit:junit:4.12"
67
    testCompile "junit:junit:4.12"
65
}
68
}
66
 
69
 
67
test {
70
test {
68
    testLogging.showStandardStreams = true
71
    testLogging.showStandardStreams = true