tv.my
cable
tv.my < br />sat
In the child’s pom I want to exclude the entire tv.my:sat dependency. Maybe There are such things:
< /pre>
tv.my
cable
Is this possible?
The parent pom has the following dependencies
< /p>
< /pre>
tv.my
cable
tv.my
sat
In the child's pom, I want to exclude the entire tv.my:sat dependency. Maybe there is something like this:
< br />
tv.my
cable
Is this possible?
You have no choice but to fix the parent POM to use dependencyManagement correctly. The dependency of parent poms is almost never a good idea, once you use owning Their parents, you will be in trouble.