diff --git a/rebar.config b/rebar.config index 4868d1553..437393d1a 100644 --- a/rebar.config +++ b/rebar.config @@ -208,13 +208,13 @@ {plt_extra_apps, [asn1, odbc, public_key, stdlib, syntax_tools, eredis, idna, jiffy, luerl, jose, - cache_tab, eimp, esip, ezlib, fast_tls, fast_xml, fast_yaml, + cache_tab, eimp, epam, esip, ezlib, fast_tls, fast_xml, fast_yaml, mqtree, p1_acme, p1_mysql, p1_oauth2, p1_pgsql, p1_utils, pkix, sqlite3, stringprep, stun, xmpp, yconf]}, {plt_extra_apps, % For Erlang/OTP 25 and older - [cache_tab, eimp, ezlib, fast_tls, fast_xml, fast_yaml, + [cache_tab, eimp, epam, esip, ezlib, fast_tls, fast_xml, fast_yaml, mqtree, p1_acme, p1_mysql, p1_oauth2, p1_pgsql, p1_utils, pkix, - stringprep, stun, xmpp, yconf]} + sqlite3, stringprep, stun, xmpp, yconf]} } ]}. {ct_opts, [{keep_logs, 20}]}.