Subversion Repositories SmartDukaan

Rev

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

Rev 33715 Rev 34689
Line 20... Line 20...
20
    implementation files('libs/ccavutil.jar')
20
    implementation files('libs/ccavutil.jar')
21
    compile project(':profitmandi-common')
21
    compile project(':profitmandi-common')
22
    compile "com.razorpay:razorpay-java:1.4.3"
22
    compile "com.razorpay:razorpay-java:1.4.3"
23
    compile group: 'org.apache.velocity', name: 'velocity', version: '1.7'
23
    compile group: 'org.apache.velocity', name: 'velocity', version: '1.7'
24
    compile group: 'org.hibernate', name: 'hibernate-core', version: '5.2.10.Final'
24
    compile group: 'org.hibernate', name: 'hibernate-core', version: '5.2.10.Final'
-
 
25
    implementation 'org.hibernate:hibernate-hikaricp:5.2.0.Final'
25
    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'
26
    // https://mvnrepository.com/artifact/org.springframework.data/spring-data-jpa
27
    // https://mvnrepository.com/artifact/org.springframework.data/spring-data-jpa
27
 
28
 
28
    compile(group: 'org.springframework.data', name: 'spring-data-redis', version: '2.6.2') {
29
    compile(group: 'org.springframework.data', name: 'spring-data-redis', version: '2.6.2') {
29
        exclude(module: 'spring-context-support')
30
        exclude(module: 'spring-context-support')