maven - How to add a duplicate library to Eclipse? -


one of projects spin-off of another, , utilize different 'common' libraries. want run them simultaneously, can't import spin-off 'common' library in maven original library there. how solve collision?

might have use maven shade plugin. lets use both libraries @ same time, 1 (or both) modified package path. means you'll have change references 1 (or both) of them.