On 1/13/18 9:09 AM, Romain Manni-Bucau wrote:
Which is where it doesnt work at all because team i < 4 should not
know anything of team4 code and they cant depend on something created
after they package which is the case today.
There must be a contract on the name of the resource bundle and
team1 has a dependency com.company.resources.spi.Team1Provider which can
be in a separate module (say com.company.resources module) and the
provider implementation will be in team4. i.e. team1 and team4 both
requires com.company.resources module.
Mandy
On 1/12/18 11:14 PM, Romain Manni-Buca