Subversion Repositories SmartDukaan

Rev

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

Rev 22538 Rev 22858
Line 1... Line 1...
1
apply plugin: 'java'
1
apply plugin: 'java'
2
apply plugin: 'maven'
2
apply plugin: 'maven'
-
 
3
apply plugin: "eclipse"
3
 
4
 
4
group = 'com.profitmandi'
5
group = 'com.profitmandi'
5
version = '0.0.1-SNAPSHOT'
6
version = '0.0.1-SNAPSHOT'
6
 
7
 
7
description = """profitmandi-common"""
8
description = """profitmandi-common"""
Line 54... Line 55...
54
    compile(group: 'com.whalin', name: 'Memcached-Java-Client', version:'3.0.0') {
55
    compile(group: 'com.whalin', name: 'Memcached-Java-Client', version:'3.0.0') {
55
		exclude(module: 'slf4j-api')
56
		exclude(module: 'slf4j-api')
56
    }
57
    }
57
    compile group: 'org.springframework', name: 'spring-webmvc', version:'4.3.5.RELEASE'
58
    compile group: 'org.springframework', name: 'spring-webmvc', version:'4.3.5.RELEASE'
58
    compile group: 'org.springframework', name: 'spring-context-support', version:'4.3.5.RELEASE'
59
    compile group: 'org.springframework', name: 'spring-context-support', version:'4.3.5.RELEASE'
-
 
60
    compile group: 'org.springframework', name: 'spring-test', version: '4.3.5.RELEASE'
59
    compile group: 'org.jsoup', name: 'jsoup', version:'1.8.3'
61
    compile group: 'org.jsoup', name: 'jsoup', version:'1.8.3'
60
    compile(group: 'com.itextpdf', name: 'itextpdf', version:'5.0.6') {
62
    compile(group: 'com.itextpdf', name: 'itextpdf', version:'5.0.6') {
61
		exclude(module: 'bcprov-jdk14')
63
		exclude(module: 'bcprov-jdk14')
62
    }
64
    }
63
    compile group: 'dom4j', name: 'dom4j', version:'1.6'
65
    compile group: 'dom4j', name: 'dom4j', version:'1.6'