Skip to content

Commit

Permalink
Switch to upstream Jose
Browse files Browse the repository at this point in the history
We had to fork it for Thoas support
but it's been merged a long time ago
potatosalad/erlang-jose#126
  • Loading branch information
mkuratczyk committed Jun 3, 2024
1 parent 096015b commit 65cbe5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,11 @@ erlang_package.git_package(
repository = "rabbitmq/horus",
)

erlang_package.git_package(
erlang_package.hex_package(
name = "jose",
build_file = "@rabbitmq-server//bazel:BUILD.jose",
commit = "d63c1c5c8f9c1a4f1438e234b886de8607a0034e",
repository = "michaelklishin/erlang-jose",
sha256 = "0d6cd36ff8ba174db29148fc112b5842186b68a90ce9fc2b3ec3afe76593e614",
version = "1.11.10",
)

erlang_package.hex_package(
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq-components.mk
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ dep_cowlib = hex 2.13.0
dep_credentials_obfuscation = hex 3.4.0
dep_cuttlefish = hex 3.1.0
dep_gen_batch_server = hex 0.8.8
dep_jose = git https://github.com/michaelklishin/erlang-jose mk-thoas-support
dep_jose = hex 1.11.10
dep_khepri = hex 0.13.0
dep_khepri_mnesia_migration = hex 0.4.0
dep_looking_glass = git https://github.com/rabbitmq/looking_glass.git main
Expand Down

0 comments on commit 65cbe5d

Please sign in to comment.