Subversion Repositories SmartDukaan

Rev

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

Rev 28383 Rev 28389
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
   
-
 
56
	compile('org.springframework.boot:spring-boot-starter') {
54
	compile('org.springframework.boot:spring-boot-starter') {
57
		exclude (module: 'logback-classic')
55
		exclude (module: 'logback-classic')
58
		exclude (module: 'spring-boot-starter-logging')
56
		exclude (module: 'spring-boot-starter-logging')
59
	}
57
	}
-
 
58
	//implementation group: 'org.springframework', name: 'spring-context', version: '4.3.6.RELEASE'
-
 
59
	implementation group: 'org.springframework', name: 'spring-context-support', version: '4.3.6.RELEASE'
60
	
60
	
61
	
-
 
-
 
61
	compile group: 'org.apache.velocity',  name: 'velocity', version: '1.7'
62
	compile 'org.springframework.boot:spring-boot-starter-log4j2'
62
	compile 'org.springframework.boot:spring-boot-starter-log4j2'
63
	 
-
 
64
	compile ('org.springframework.boot:spring-boot-starter-cache'){
63
	compile ('org.springframework.boot:spring-boot-starter-cache'){
65
		exclude (module: 'logback-classic')
64
		exclude (module: 'logback-classic')
66
		exclude (module: 'spring-boot-starter-logging')
65
		exclude (module: 'spring-boot-starter-logging')
67
		}
66
		}
68
    compile project (':profitmandi-common')
67
    compile project (':profitmandi-common')