Subversion Repositories SmartDukaan

Rev

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

Rev 31707 Rev 31708
Line 38... Line 38...
38
    compile group: 'org.hibernate.common', name: 'hibernate-commons-annotations', version: '5.0.1.Final'
38
    compile group: 'org.hibernate.common', name: 'hibernate-commons-annotations', version: '5.0.1.Final'
39
    compile group: 'org.springframework.data', name: 'spring-data-jpa', version: '2.0.0.RELEASE'
39
    compile group: 'org.springframework.data', name: 'spring-data-jpa', version: '2.0.0.RELEASE'
40
    //compile group: 'org.jboss.logging', name: 'jboss-logging', version:'3.3.0.Final'
40
    //compile group: 'org.jboss.logging', name: 'jboss-logging', version:'3.3.0.Final'
41
    compile group: 'org.mongodb', name: 'mongo-java-driver', version: '3.6.0'
41
    compile group: 'org.mongodb', name: 'mongo-java-driver', version: '3.6.0'
42
    //compile group: 'mysql', name: 'mysql-connector-java', version:'6.0.6'
42
    //compile group: 'mysql', name: 'mysql-connector-java', version:'6.0.6'
43
    compile group: 'mysql', name: 'mysql-connector-j', version: '8.0.32'
43
    compile group: 'com.mysql', name: 'mysql-connector-j', version: '8.0.32'
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'