Subversion Repositories SmartDukaan

Rev

Rev 22428 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22428 Rev 28498
Line 11... Line 11...
11
 
11
 
12
 
12
 
13
 
13
 
14
repositories {
14
repositories {
15
        
15
        
16
     maven { url "http://repo.maven.apache.org/maven2" }
16
     maven { url "https://repo.maven.apache.org/maven2" }
17
	mavenLocal()
17
	mavenLocal()
18
}
18
}
19
dependencies {
19
dependencies {
20
    compile(group: 'org.apache.thrift', name: 'libthrift', version:'0.7.0') {
20
    compile(group: 'org.apache.thrift', name: 'libthrift', version:'0.7.0') {
21
exclude(module: 'commons-codec')
21
exclude(module: 'commons-codec')
22
    }
22
    }
23
    compile group: 'readonly.slf4j', name: 'slf4j-api', version:'1.5.8'
23
    compile group: 'org.slf4j', name: 'slf4j-api', version:'1.5.8'
24
    compile group: 'readonly.slf4j', name: 'slf4j-simple', version:'1.5.8'
24
    compile group: 'org.slf4j', name: 'slf4j-simple', version:'1.5.8'
25
}
25
}