For example, I have 2 Maven projects. One is \"project-parent\". The other is \"project-child\". Obviously, \"project-child\" is the sub project of \"project-parent\".
I have managed to exclude a transient dependency from a parent pom. By re-importing it in and then setting exclusion por the dependency I wanted out. like this eg.: