In my parent pom xml file I have declared some dependencies that are used in most of the children's poms.
However, in one child pom, I don't use these dependencies and I want to find a way in order to exclude them (in order not to be seen as unused dependencies).
Right now, in de dependencies section of child pom I have nothing! Any ideas?