Subversion Repositories SmartDukaan

Rev

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

Rev 26217 Rev 27028
Line 46... Line 46...
46
 
46
 
47
 
47
 
48
dependencies {
48
dependencies {
49
	compile project (':profitmandi-common')
49
	compile project (':profitmandi-common')
50
    compile project (':profitmandi-dao')
50
    compile project (':profitmandi-dao')
-
 
51
    
-
 
52
    
-
 
53
    compile group: 'org.apache.velocity',  name: 'velocity', version: '1.7'
-
 
54
    
51
    compile (group: 'io.springfox', name: 'springfox-swagger-ui', version:'2.5.0'){ 
55
    compile (group: 'io.springfox', name: 'springfox-swagger-ui', version:'2.5.0'){ 
52
    	exclude(module: 'slf4j-api')
56
    	exclude(module: 'slf4j-api')
53
    }
57
    }
54
    compile (group: 'io.springfox', name: 'springfox-swagger2', version:'2.5.0'){
58
    compile (group: 'io.springfox', name: 'springfox-swagger2', version:'2.5.0'){
55
    	exclude(module: 'slf4j-api')
59
    	exclude(module: 'slf4j-api')