dkpro / dkpro-c4corpus

DKPro C4CorpusTools is a collection of tools for processing CommonCrawl corpus, including Creative Commons license detection, boilerplate removal, language detection, and near-duplicate removal.
https://dkpro.github.io/dkpro-c4corpus
Apache License 2.0
50 stars 8 forks source link

Apache Commons projects are versioned separately... #34

Closed reckart closed 8 years ago

reckart commented 8 years ago

... thus, controlling them via a single property in the POM doesn't seem to make too much sense:

        <!-- Apache Commons version should be consistent with the one used in hadoop -->
        <commons.version>2.4</commons.version>