Subversion Repositories SmartDukaan

Rev

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

Rev 22424 Rev 22529
Line 69... Line 69...
69
    compile (group: 'commons-fileupload', name: 'commons-fileupload', version:'1.3'){
69
    compile (group: 'commons-fileupload', name: 'commons-fileupload', version:'1.3'){
70
    	 exclude(module: 'commons-io')
70
    	 exclude(module: 'commons-io')
71
    }
71
    }
72
    compile group: 'commons-lang', name: 'commons-lang', version: '2.6'
72
    compile group: 'commons-lang', name: 'commons-lang', version: '2.6'
73
    compile group: 'org.apache.tika', name: 'tika-core', version: '1.16'
73
    compile group: 'org.apache.tika', name: 'tika-core', version: '1.16'
-
 
74
    compile group: 'org.apache.solr', name: 'solr-solrj', version: '6.6.0'
74
}
75
}