How to manage dependency "includes"?

2016-01-04 Thread Christofer Dutz
Hi, I am currently cleaning up in the dependencies of a quite big set of big projects. For this I am making a lot of use of dependency management. One thing I did come across quite a lot of times is this problem: Some libs reference undesired libs, mostly API libs (in most cases they

Re: How to manage dependency "includes"?

2016-01-04 Thread Ron Wheeler
You can simplify the problem that you are having by making a module that includes the correct version of the third party modules and having your modules depend on that with a "provided" scope. This also makes all of your jars and wars a lot smaller since only one copy of each API is included