Subversion Repositories SmartDukaan

Rev

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

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