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,
|
stdlib,
|
||||||
gproc,
|
gproc,
|
||||||
erlcloud,
|
erlcloud,
|
||||||
ehttpc,
|
ehttpc
|
||||||
emqx_bridge_http
|
|
||||||
]},
|
]},
|
||||||
{mod, {emqx_s3_app, []}}
|
{mod, {emqx_s3_app, []}}
|
||||||
]}.
|
]}.
|
||||||
|
|
Loading…
Reference in New Issue