Subversion Repositories SmartDukaan

Rev

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

Rev 23704 Rev 23947
Line 60... Line 60...
60
    	exclude(module: 'slf4j-api')
60
    	exclude(module: 'slf4j-api')
61
    	exclude(module: 'slf4j-log4j12')
61
    	exclude(module: 'slf4j-log4j12')
62
    	exclude(module: 'log4j')
62
    	exclude(module: 'log4j')
63
    }
63
    }
64
   //compile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5'
64
   //compile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.5'
-
 
65
   
-
 
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:'
-
 
68
	compile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.6'
-
 
69
   
65
}
70
}
66
71