Subversion Repositories SmartDukaan

Rev

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

Rev 26216 Rev 29901
Line 10... Line 10...
10
 
10
 
11
description = """profitmandi-fofo"""
11
description = """profitmandi-fofo"""
12
 
12
 
13
sourceCompatibility = 1.8
13
sourceCompatibility = 1.8
14
targetCompatibility = 1.8
14
targetCompatibility = 1.8
15
 
-
 
-
 
15
ext['log4j2.version'] = '2.15.0'
16
 
16
 
17
 
17
 
18
repositories {
18
repositories {
19
        
19
        
20
     maven { url "https://repo.maven.apache.org/maven2" }
20
     mavenCentral()
21
     mavenLocal()
21
     mavenLocal()
22
}
22
}
23
 
23
 
24
 
24
 
25
task run{
25
task run{
Line 66... Line 66...
66
   	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'
67
   	compile 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.6:'
67
   	compile 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.9.6:'
68
	compile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.6'
68
	compile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.6'
69
	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 'org.apache.poi:poi-ooxml:3.16'
70
	compile 'org.apache.poi:poi-ooxml:3.16'
-
 
71
    // https://mvnrepository.com/artifact/org.xhtmlrenderer/core-renderer
-
 
72
	compile group: 'org.xhtmlrenderer', name: 'core-renderer', version: 'R8'
-
 
73
 
-
 
74
 
71
	
75
	
72
	
76
	
73
	
77
	
74
    testCompile "junit:junit:4.12"
78
    testCompile "junit:junit:4.12"
75
	//provided 'org.projectlombok:lombok:1.18.2'
79
	//provided 'org.projectlombok:lombok:1.18.2'