bazel-deps icon indicating copy to clipboard operation
bazel-deps copied to clipboard

Multiple versions support

Open zacharya19 opened this issue 5 years ago • 0 comments

Let's say I have a parent pom and 2 modules under it. Both of the modules are using log4j:log4j:1.2.17, module a needs commons-io:commons-io:2.4 but module b need the same package (commons-io:commons-io) in a different version.

What's the best way to achieve it? except splitting to different workspaces since most of the deps are the same.

I thought about adding version support by changing the deps folder name to {package_name}_{version}.

zacharya19 avatar Sep 16 '18 08:09 zacharya19