Skip to content

Commit

Permalink
Replace bazel-deps by rules_jvm_external (digital-asset#3253)
Browse files Browse the repository at this point in the history
* Update bazel-common to fix javadoc issues

Specifically, to fix the following error

```
ERROR: /home/aj/tweag.io/da/da-bazel-1.1/ledger-api/rs-grpc-bridge/BUILD.bazel:7:1: in javadoc_library rule //ledger-api/rs-grpc-bridge:rs-grpc-bridge_javadoc:
Traceback (most recent call last):
        File "/home/aj/tweag.io/da/da-bazel-1.1/ledger-api/rs-grpc-bridge/BUILD.bazel", line 7
                javadoc_library(name = 'rs-grpc-bridge_javadoc')
        File "/home/aj/.cache/bazel/_bazel_aj/5f825ad28f8e070f999ba37395e46ee5/external/com_github_google_bazel_common/tools/javadoc/javadoc.bzl", line 27, in _javadoc_library
                dep.java.transitive_deps
object of type 'JavaSkylarkApiProvider' has no field 'transitive_deps'
```

* Define Maven deps using rules_jvm_external

* Pin artifacts

* Remove bazel-deps generated targets

* Remove bazel-deps

* Switch to rules_jvm_external targets

* update bazel documentation

* pom_file: There are no more bazel-deps targets

* BAZEL-JVM.md `maven_install` typo
  • Loading branch information
aherrmann-da authored Oct 28, 2019
1 parent dc2f10e commit 2bd1db4
Show file tree
Hide file tree
Showing 222 changed files with 8,183 additions and 8,104 deletions.
9 changes: 0 additions & 9 deletions 3rdparty/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
# Third-Party JVM Dependencies

This subtree contains a Bazel workspace file `workspace.bzl` and `BUILD` files
underneath `jvm/` describing external Java and Scala dependencies. These files
are automatically generated and should not be modified manually. If you need to
add a third party dependency then modify the file `dependencies.yaml` in the
repository root and re-run `bazel-deps` in order to regenerate these files as
described at the top of the file `dependencies.yaml`.

# Third-Party Haskell Dependencies

The `haskell/` subtree contains `BUILD` files defining custom Hazel builds for
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/dependencies.digest

This file was deleted.

21 changes: 0 additions & 21 deletions 3rdparty/jvm/ai/x/BUILD

This file was deleted.

15 changes: 0 additions & 15 deletions 3rdparty/jvm/args4j/BUILD

This file was deleted.

29 changes: 0 additions & 29 deletions 3rdparty/jvm/ch/qos/logback/BUILD

This file was deleted.

39 changes: 0 additions & 39 deletions 3rdparty/jvm/co/fs2/BUILD

This file was deleted.

17 changes: 0 additions & 17 deletions 3rdparty/jvm/com/auth0/BUILD

This file was deleted.

15 changes: 0 additions & 15 deletions 3rdparty/jvm/com/beust/BUILD

This file was deleted.

19 changes: 0 additions & 19 deletions 3rdparty/jvm/com/chuusai/BUILD

This file was deleted.

102 changes: 0 additions & 102 deletions 3rdparty/jvm/com/eed3si9n/BUILD

This file was deleted.

41 changes: 0 additions & 41 deletions 3rdparty/jvm/com/fasterxml/jackson/core/BUILD

This file was deleted.

17 changes: 0 additions & 17 deletions 3rdparty/jvm/com/fasterxml/jackson/dataformat/BUILD

This file was deleted.

50 changes: 0 additions & 50 deletions 3rdparty/jvm/com/fasterxml/jackson/module/BUILD

This file was deleted.

Loading

0 comments on commit 2bd1db4

Please sign in to comment.