Subversion Repositories SmartDukaan

Rev

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

Rev 26859 Rev 27182
Line 18... Line 18...
18
     mavenLocal()
18
     mavenLocal()
19
}
19
}
20
dependencies {
20
dependencies {
21
 	implementation files('libs/ccavutil.jar')
21
 	implementation files('libs/ccavutil.jar')
22
    compile project (':profitmandi-common')
22
    compile project (':profitmandi-common')
-
 
23
    compile "com.razorpay:razorpay-java:1.3.8"
-
 
24
    
23
    compile group: 'org.hibernate', name: 'hibernate-core', version:'5.2.10.Final'
25
    compile group: 'org.hibernate', name: 'hibernate-core', version:'5.2.10.Final'
24
    compile group: 'org.springframework.data', name: 'spring-data-solr', version: '4.0.8.RELEASE'
26
    compile group: 'org.springframework.data', name: 'spring-data-solr', version: '4.0.8.RELEASE'
25
    // https://mvnrepository.com/artifact/org.springframework.data/spring-data-jpa
27
    // https://mvnrepository.com/artifact/org.springframework.data/spring-data-jpa
26
    
28
    
27
    compile group: 'org.hibernate.javax.persistence', name: 'hibernate-jpa-2.1-api', version:'1.0.0.Final'
29
    compile group: 'org.hibernate.javax.persistence', name: 'hibernate-jpa-2.1-api', version:'1.0.0.Final'
Line 34... Line 36...
34
    compile group: 'org.springframework', name: 'spring-orm', version:'4.3.5.RELEASE'
36
    compile group: 'org.springframework', name: 'spring-orm', version:'4.3.5.RELEASE'
35
    compile group: 'com.google.code.gson', name: 'gson', version:'2.8.0'
37
    compile group: 'com.google.code.gson', name: 'gson', version:'2.8.0'
36
    compile group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.3.3'
38
    compile group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '2.3.3'
37
    compile group: 'com.google.guava', name: 'guava', version: '11.0.2'
39
    compile group: 'com.google.guava', name: 'guava', version: '11.0.2'
38
    compile group: 'com.jcraft', name: 'jsch', version: '0.1.54'
40
    compile group: 'com.jcraft', name: 'jsch', version: '0.1.54'
39
 
41
   
40
    
42
    
41
}
43
}