Subversion Repositories SmartDukaan

Rev

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

Rev 23951 Rev 24313
Line 1... Line 1...
1
apply plugin: 'java'
1
apply plugin: 'java'
2
apply plugin: 'maven'
2
apply plugin: 'maven'
3
apply plugin: 'war'
3
apply plugin: 'war'
4
apply plugin: "eclipse"
4
apply plugin: 'eclipse'
-
 
5
//apply plugin: 'nebula.provided-base'
-
 
6
 
5
 
7
 
6
group = 'com.profitmandi'
8
group = 'com.profitmandi'
7
version = '0.0.1-SNAPSHOT'
9
version = '0.0.1-SNAPSHOT'
8
 
10
 
9
description = """profitmandi-fofo"""
11
description = """profitmandi-fofo"""
Line 45... Line 47...
45
}
47
}
46
 
48
 
47
dependencies {
49
dependencies {
48
    compile project (':profitmandi-common')
50
    compile project (':profitmandi-common')
49
    compile project (':profitmandi-dao')
51
    compile project (':profitmandi-dao')
50
    compile (group: 'org.apache.velocity', name: 'velocity', version:'1.7'){ 
52
    compile (group: 'org.apache.velocity', name: 'velocity', version:'1.7'){  
51
    	exclude(module: 'commons-logging')
53
    	exclude(module: 'commons-logging')
52
    	exclude(module: 'commons-digester')
54
    	exclude(module: 'commons-digester')
53
    }
55
    }
54
    
56
    
55
    compile (group: 'org.apache.velocity', name: 'velocity-tools', version:'2.0'){ 
57
    compile (group: 'org.apache.velocity', name: 'velocity-tools', version:'2.0'){ 
Line 63... Line 65...
63
    }
65
    }
64
   	compile 'com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.6'
66
   	compile 'com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.6'
65
   	compile 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.6:'
67
   	compile 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.6:'
66
	compile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.6'
68
	compile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.6'
67
	compile group: 'org.apache.commons', name: 'commons-csv', version: '1.5'
69
	compile group: 'org.apache.commons', name: 'commons-csv', version: '1.5'
-
 
70
	compile group: 'be.ceau', name: 'chart', version: '2.5.0'
-
 
71
	
-
 
72
	
-
 
73
	
68
    testCompile "junit:junit:4.12"
74
    testCompile "junit:junit:4.12"
-
 
75
	//provided 'org.projectlombok:lombok:1.18.2'
69
}
76
}
70
 
77
 
71
test {
78
test {
72
    testLogging.showStandardStreams = true
79
    testLogging.showStandardStreams = true
73
    // for enable or disable test cases
80
    // for enable or disable test cases