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

Generate bazel dependencies for maven artifacts

Results 103 bazel-deps issues
Sort by recently updated
recently updated
newest added

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...

Hi everyone, I'm trying out to migrate our relatively large pom.xml at the moment, using coursier resolverType and I'm getting several checksum errors such as: ``` java.lang.RuntimeException: we could not...

Hi @johnynek, As I sort try to `//:parse` the `.yaml` input file, there are issues with transitive dependencies in which the solution is to exclude them from being "brought in"...

running f3deb1c and bazel 0.15.2, generates list_deps that doesn't include sha256 or url

Say that GRPC is loaded as a replacement, with something like: ``` replacements: io.grpc: grpc-core: lang: java target: "@io_grpc_grpc_java//core" grpc-netty: lang: java target: "@io_grpc_grpc_java//netty" grpc-stub: lang: java target: "@io_grpc_grpc_java//stub" ```...

For example, if you pull in flink-streaming-java:jar:tests (needed for some testing helpers), it does not include the dependency on flink-runtime:jar:tests specified in the associated POM: https://github.com/apache/flink/blob/master/flink-streaming-java/pom.xml#L81 The work around is...

When using `licenses` with dependencies using `language: scala`, the following error occurs: `//third_party/maven/:: no such attribute 'licenses' in 'scala_import' rule` Unfortunately, simply omitting the licenses doesn't work, since Bazel still...

I added a dependency to my `jvm_dependencies.yml`. Running: ``` INFO: Running command line: bazel-bin/src/scala/com/github/johnynek/bazel_deps/parseproject format-deps -d //jvm_dependencies.yaml -o ``` hung for over 45 minutes and then caused: ``` Exception in...

Right now, all the generated targets have `visibility = ["//visibility:public"]`. This allows a kind of strict dependency violation where a build target could depend on a maven artifact not mentioned...

First of all, I'm pretty new to scala and bazel, and maybe those questions seems obvious, but by reading the readme, I dont get the point about `scala/unmangled` ¯\_(ツ)_/¯ >...