Skip to content

Commit 6079d25

Browse files
committed
Move dep_credentials_obfuscation to rabbitmq-components.mk
Potential fix for publishing to hex.pm (cherry picked from commit 349e0a5)
1 parent 3278463 commit 6079d25

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

deps/rabbit_common/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ endef
2828
LOCAL_DEPS = compiler crypto public_key sasl ssl syntax_tools tools xmerl
2929
DEPS = thoas recon credentials_obfuscation
3030

31-
dep_credentials_obfuscation = hex 3.4.0
32-
3331
# Variables and recipes in development.*.mk are meant to be used from
3432
# any Git clone. They are excluded from the files published to Hex.pm.
3533
# Generated files are published to Hex.pm however so people using this

rabbitmq-components.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ dep_toke = git_rmq toke $(current_rmq_ref
113113
dep_accept = hex 0.3.5
114114
dep_cowboy = hex 2.8.0
115115
dep_cowlib = hex 2.12.1
116+
dep_credentials_obfuscation = hex 3.4.0
116117
dep_looking_glass = git https://github.com/rabbitmq/looking_glass.git master
117118
dep_prometheus = hex 4.10.0
118119
dep_ra = hex 2.6.1

0 commit comments

Comments
 (0)