Subversion Repositories SmartDukaan

Rev

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

Rev 28380 Rev 28383
Line 49... Line 49...
49
}
49
}
50
 
50
 
51
 
51
 
52
dependencies {
52
dependencies {
53
	compile group: 'org.jsoup', name: 'jsoup', version: '1.7.2'
53
	compile group: 'org.jsoup', name: 'jsoup', version: '1.7.2'
-
 
54
	compile group: 'org.apache.velocity',  name: 'velocity', version: '1.7'
-
 
55
   
54
	compile('org.springframework.boot:spring-boot-starter') {
56
	compile('org.springframework.boot:spring-boot-starter') {
55
		exclude (module: 'logback-classic')
57
		exclude (module: 'logback-classic')
56
		exclude (module: 'spring-boot-starter-logging')
58
		exclude (module: 'spring-boot-starter-logging')
57
	}
59
	}
58
	
60
	
59
	
61
	
60
	compile 'org.springframework.boot:spring-boot-starter-log4j2'
62
	compile 'org.springframework.boot:spring-boot-starter-log4j2'
61
	 compile group: 'org.apache.velocity',  name: 'velocity', version: '1.7'
-
 
62
   
63
	 
63
	compile ('org.springframework.boot:spring-boot-starter-cache'){
64
	compile ('org.springframework.boot:spring-boot-starter-cache'){
64
		exclude (module: 'logback-classic')
65
		exclude (module: 'logback-classic')
65
		exclude (module: 'spring-boot-starter-logging')
66
		exclude (module: 'spring-boot-starter-logging')
66
		}
67
		}
67
    compile project (':profitmandi-common')
68
    compile project (':profitmandi-common')