Subversion Repositories SmartDukaan

Rev

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

Rev 23885 Rev 23929
Line 79... Line 79...
79
    	 exclude(module: 'commons-io')
79
    	 exclude(module: 'commons-io')
80
    }
80
    }
81
    compile group: 'commons-lang', name: 'commons-lang', version: '2.6'
81
    compile group: 'commons-lang', name: 'commons-lang', version: '2.6'
82
    compile group: 'org.apache.tika', name: 'tika-core', version: '1.16'
82
    compile group: 'org.apache.tika', name: 'tika-core', version: '1.16'
83
    compile group: 'org.apache.solr', name: 'solr-solrj', version: '6.6.0'
83
    compile group: 'org.apache.solr', name: 'solr-solrj', version: '6.6.0'
-
 
84
    compile group: 'org.apache.commons', name: 'commons-csv', version: '1.5'
-
 
85
    
84
}
86
}