fix(s3): remove `emqx_bridge_http` from runtime dependencies
Otherwise it's impossible to test `emqx_s3` in isolation.
This commit is contained in:
parent
1d9374125c
commit
18dc9b2516
|
@ -8,8 +8,7 @@
|
|||
stdlib,
|
||||
gproc,
|
||||
erlcloud,
|
||||
ehttpc,
|
||||
emqx_bridge_http
|
||||
ehttpc
|
||||
]},
|
||||
{mod, {emqx_s3_app, []}}
|
||||
]}.
|
||||
|
|
Loading…
Reference in New Issue