> than solutions, I have to say that if a project needs some server > dependencies, it has to declare it anyway and should not rely on transitiv > dependencies.
Transitive deps are great, but if your current project requires some artifacts itself, then it should/must declare them itself. Otherwise, you'll be using some artifacts in C that are really coming from E (and Maven will compile it fine etc), and when E decides it no longer needs them or changes versions to a a new one that is not API-compatible, you will break C without even realizing it. I don't know about you, but I don't like my projects to randomly break like that. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
