Solved
Following projects structure assume all three projects having same core module

How should developer consolidate the core module of all the projects ?
a. Delete it from projects B and C
b. Update the pom.xml
c. Move the core module to the parent
d. Delete it from all projects