Subversion Repositories SmartDukaan

Rev

Rev 35595 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35595 Rev 36018
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
 
-
 
24
    // WebSocket client for Knowlarity live call monitoring
-
 
25
    compile 'org.glassfish.tyrus.bundles:tyrus-standalone-client:1.17'
23
    compile "com.razorpay:razorpay-java:1.4.3"
26
    compile "com.razorpay:razorpay-java:1.4.3"
24
    compile group: 'org.apache.velocity', name: 'velocity', version: '1.7'
27
    compile group: 'org.apache.velocity', name: 'velocity', version: '1.7'
25
    compile group: 'org.hibernate', name: 'hibernate-core', version: '5.2.10.Final'
28
    compile group: 'org.hibernate', name: 'hibernate-core', version: '5.2.10.Final'
26
    implementation 'org.hibernate:hibernate-hikaricp:5.2.0.Final'
29
    implementation 'org.hibernate:hibernate-hikaricp:5.2.0.Final'
27
    compile group: 'org.springframework.data', name: 'spring-data-solr', version: '4.0.8.RELEASE'
30
    compile group: 'org.springframework.data', name: 'spring-data-solr', version: '4.0.8.RELEASE'