| Line 22... |
Line 22... |
| 22 |
compile project(':profitmandi-common')
|
22 |
compile project(':profitmandi-common')
|
| 23 |
compile "com.razorpay:razorpay-java:1.3.8"
|
23 |
compile "com.razorpay:razorpay-java:1.3.8"
|
| 24 |
compile group: 'org.apache.velocity', name: 'velocity', version: '1.7'
|
24 |
compile group: 'org.apache.velocity', name: 'velocity', version: '1.7'
|
| 25 |
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'
|
| 26 |
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'
|
| - |
|
27 |
// https://mvnrepository.com/artifact/org.springframework.data/spring-data-jpa
|
| - |
|
28 |
|
| 27 |
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') {
|
| 28 |
exclude(module: 'spring-context-support')
|
30 |
exclude(module: 'spring-context-support')
|
| 29 |
}
|
31 |
}
|
| 30 |
|
32 |
|
| 31 |
implementation group: 'org.apache.commons', name: 'commons-pool2', version: '2.11.1'
|
33 |
implementation group: 'org.apache.commons', name: 'commons-pool2', version: '2.11.1'
|
| 32 |
// https://mvnrepository.com/artifact/redis.clients/jedis
|
34 |
// https://mvnrepository.com/artifact/redis.clients/jedis
|
| 33 |
compile(group: 'redis.clients', name: 'jedis', version: '3.7.1') {
|
35 |
compile(group: 'redis.clients', name: 'jedis', version: '3.7.1') {
|
| 34 |
exclude(module: 'jackson-databind')
|
36 |
exclude(module: 'jackson-databind')
|
| 35 |
}
|
37 |
}*/
|
| 36 |
|
- |
|
| 37 |
|
- |
|
| 38 |
compile group: 'org.hibernate.javax.persistence', name: 'hibernate-jpa-2.1-api', version: '1.0.0.Final'
|
38 |
compile group: 'org.hibernate.javax.persistence', name: 'hibernate-jpa-2.1-api', version: '1.0.0.Final'
|
| 39 |
compile group: 'org.hibernate.common', name: 'hibernate-commons-annotations', version: '5.0.1.Final'
|
39 |
compile group: 'org.hibernate.common', name: 'hibernate-commons-annotations', version: '5.0.1.Final'
|
| 40 |
compile group: 'org.springframework.data', name: 'spring-data-jpa', version: '2.0.0.RELEASE'
|
40 |
compile group: 'org.springframework.data', name: 'spring-data-jpa', version: '2.0.0.RELEASE'
|
| 41 |
//compile group: 'org.jboss.logging', name: 'jboss-logging', version:'3.3.0.Final'
|
41 |
//compile group: 'org.jboss.logging', name: 'jboss-logging', version:'3.3.0.Final'
|
| 42 |
compile group: 'org.mongodb', name: 'mongo-java-driver', version: '3.6.0'
|
42 |
compile group: 'org.mongodb', name: 'mongo-java-driver', version: '3.6.0'
|