Hi all,

I've run into an issue with my dependencies in Maven:

1. I have a Module A that is overriding a few, but not all, classes from its
Dependency C.
2. I have another Module B that is dependent on Module A, but also on the
Dependency C.
3. Module B is getting compile errors because it is using the classes from
Dependency C but not finding the overridden classes from Module A.

Question: Is there a way for me to specify dependency precedence so that
Module B knows to use the classes from Dependency C, except for the ones
that were overridden in Module A?

Thanks,
Brendan Haverlock

 

Reply via email to