fix(s3): remove `emqx_bridge_http` from runtime dependencies

Otherwise it's impossible to test `emqx_s3` in isolation.
This commit is contained in:
Andrew Mayorov 2023-12-28 14:13:22 +01:00
parent 1d9374125c
commit 18dc9b2516
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@
stdlib,
gproc,
erlcloud,
ehttpc,
emqx_bridge_http
ehttpc
]},
{mod, {emqx_s3_app, []}}
]}.