I also agree on the transitive dependencies nightmare. By feedback I
would be tried to limit the dependencies and when a conflict on
different version are raise, I'm in favor to lost functionality instead
of lose on maintainability and stability
Finally, I haven't a groovy solution to resolve this problem ;)
Nicolas
Le 03/09/2016 à 16:38, Jacopo Cappellato a écrit :
This is a concern I have too and I have repeated myself too many time: it
is a wrong approach to embed huge external application in our own because
it opens the door to many problems (classpath issues, vulnerabilities, code
redundancy, high cost of maintainability etc...).
By the way, thank you Taher about your valuable feedback; I am also
interested to hear what others think about this topic.