I have multiple Maven modules, let's say A, B, C
and I also have a module D
.
Can module D
have dependencies to A, B, C
without explicitly setting their version? In other words, I'd like module D
to be built with the latest code of the other modules.