GitHub user PascalSchumacher opened a pull request: https://github.com/apache/camel/pull/1965
update commons-csv to 1.5 camel-csv test pass `git grep commons-csv` found this match: `platforms/karaf/features/src/main/resources/bundles.properties:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-csv/${commons-csv-bundle-version}/jar` I not sure if this is correct, as their is no other match for `commons-csv-bundle-version` (and commons-csv should already be an osgi bundle). You can merge this pull request into a Git repository by running: $ git pull https://github.com/PascalSchumacher/camel update_commons_csv_version Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1965.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1965 ---- commit 05830a29a047f333d64dc4e8c3a2116fb3e17e01 Author: Pascal Schumacher <pascalschumac...@gmx.net> Date: 2017-09-26T20:17:11Z update commons-csv to 1.5 ---- ---