I have a maven multi-module project. Earlier I needed Apache POI library, but now I must remove them. I removed dependency node from pom file. In parent project evereything is ok, but in module pom file in dependency hierearchy POI is still visible, but it isn't visible in resolved dependencies (in eclipse IDE with m2p). How to remove POI from module project from dependency hierarchy?
Any ideas? I try clean cache of m2p and change updatePolicy in settings.xml, but it not resolve the problem.