Merge pull request #1256 from emqtt/emq24
Remove rebar.config to fix the building error of travis CI #1255
This commit is contained in:
commit
fffc740028
|
@ -78,7 +78,7 @@ Plugin | Descrip
|
||||||
[emq_plugin_template](https://github.com/emqtt/emq_plugin_template) | Plugin template and demo
|
[emq_plugin_template](https://github.com/emqtt/emq_plugin_template) | Plugin template and demo
|
||||||
[emq_dashboard](https://github.com/emqtt/emq_dashboard) | Web Dashboard
|
[emq_dashboard](https://github.com/emqtt/emq_dashboard) | Web Dashboard
|
||||||
[emq_retainer](https://github.com/emqtt/emq_retainer) | Store MQTT Retained Messages
|
[emq_retainer](https://github.com/emqtt/emq_retainer) | Store MQTT Retained Messages
|
||||||
[emq_modules](https://github.com/emqtt/emq_modules) | Presence, Subscription and Rewrite Modules
|
[emq_modules](https://github.com/emqtt/emq-modules) | Presence, Subscription and Rewrite Modules
|
||||||
[emq_auth_username](https://github.com/emqtt/emq_auth_username) | Username/Password Authentication Plugin
|
[emq_auth_username](https://github.com/emqtt/emq_auth_username) | Username/Password Authentication Plugin
|
||||||
[emq_auth_clientid](https://github.com/emqtt/emq_auth_clientid) | ClientId Authentication Plugin
|
[emq_auth_clientid](https://github.com/emqtt/emq_auth_clientid) | ClientId Authentication Plugin
|
||||||
[emq_auth_mysql](https://github.com/emqtt/emq_auth_mysql) | MySQL Authentication/ACL Plugin
|
[emq_auth_mysql](https://github.com/emqtt/emq_auth_mysql) | MySQL Authentication/ACL Plugin
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
{deps, [
|
|
||||||
{goldrush,".*",{git,"https://github.com/basho/goldrush","0.1.9"}},{gproc,".*",{git,"https://github.com/uwiger/gproc",""}},{lager,".*",{git,"https://github.com/basho/lager","master"}},{esockd,".*",{git,"https://github.com/emqtt/esockd","master"}},{ekka,".*",{git,"https://github.com/emqtt/ekka","develop"}},{mochiweb,".*",{git,"https://github.com/emqtt/mochiweb","master"}},{pbkdf2,".*",{git,"https://github.com/emqtt/pbkdf2","2.0.1"}},{lager_syslog,".*",{git,"https://github.com/basho/lager_syslog",""}},{bcrypt,".*",{git,"https://github.com/smarkets/erlang-bcrypt","master"}},{clique,".*",{git,"https://github.com/emqtt/clique",""}},{jsx,".*",{git,"https://github.com/talentdeficit/jsx",""}}
|
|
||||||
]}.
|
|
||||||
{erl_opts, [debug_info,{parse_transform,lager_transform}]}.
|
|
Loading…
Reference in New Issue