Subversion Repositories SmartDukaan

Rev

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

Rev 25978 Rev 26217
Line 12... Line 12...
12
 
12
 
13
 
13
 
14
 
14
 
15
repositories {
15
repositories {
16
        
16
        
17
     maven { url "http://repo.maven.apache.org/maven2" }
17
     maven { url "https://repo.maven.apache.org/maven2" }
18
     mavenLocal()
18
     mavenLocal()
19
}
19
}
20
 
20
 
21
dependencies {
21
dependencies {
22
    /*compile(group: 'org.apache.thrift', name: 'libthrift', version:'0.7.0') {
22
    /*compile(group: 'org.apache.thrift', name: 'libthrift', version:'0.7.0') {
Line 86... Line 86...
86
    }
86
    }
87
    compile group: 'commons-lang', name: 'commons-lang', version: '2.6'
87
    compile group: 'commons-lang', name: 'commons-lang', version: '2.6'
88
    compile group: 'org.apache.tika', name: 'tika-core', version: '1.16'
88
    compile group: 'org.apache.tika', name: 'tika-core', version: '1.16'
89
    compile group: 'org.apache.solr', name: 'solr-solrj', version: '6.6.0'
89
    compile group: 'org.apache.solr', name: 'solr-solrj', version: '6.6.0'
90
    compile group: 'org.apache.commons', name: 'commons-csv', version: '1.5'
90
    compile group: 'org.apache.commons', name: 'commons-csv', version: '1.5'
-
 
91
    implementation 'org.jsoup:jsoup:1.11.3'
91
    
92
    
92
}
93
}