Subversion Repositories SmartDukaan

Rev

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

Rev 30303 Rev 30304
Line 44... Line 44...
44
    compile group: 'org.springframework', name: 'spring-orm', version: '4.3.5.RELEASE'
44
    compile group: 'org.springframework', name: 'spring-orm', version: '4.3.5.RELEASE'
45
    compile group: 'com.google.code.gson', name: 'gson', version: '2.8.0'
45
    compile group: 'com.google.code.gson', name: 'gson', version: '2.8.0'
46
    compile group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.3.3'
46
    compile group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.3.3'
47
    compile group: 'com.google.guava', name: 'guava', version: '11.0.2'
47
    compile group: 'com.google.guava', name: 'guava', version: '11.0.2'
48
    compile group: 'com.jcraft', name: 'jsch', version: '0.1.54'
48
    compile group: 'com.jcraft', name: 'jsch', version: '0.1.54'
-
 
49
    implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.6'
49
 
50
 
50
 
51
 
51
}
52
}