cassandra-migration-tool-java icon indicating copy to clipboard operation
cassandra-migration-tool-java copied to clipboard

Falling to driver pulled by parent if it exists

Open nbozic-zz opened this issue 9 years ago • 0 comments

We need to fallback to driver already pulled by parent project if it exists. i.e. if we have in project driver 2.1.9 and our migration tool is using 3.1.0 what will happen, will we have 2 versions of driver inside project, will it use only one and which.

Preferable our migration tool should use parent driver version if it exists (and in most of the times it will since application is using Cassandra as data source) and if not it should pull it.

nbozic-zz avatar Oct 05 '16 13:10 nbozic-zz