%% -*- mode: erlang -*- {deps, [ {emqx, {git_subdir, "http://gogs.weclouds.xyz:3000/kennyh/emqx4.3.git", {tag, "v5.6.1"}, "apps/emqx"}} , {emqx_ctl, {git_subdir, "http://gogs.weclouds.xyz:3000/kennyh/emqx4.3.git", {tag, "v5.6.1"}, "apps/emqx_ctl"}} , {emqx_utils, {git_subdir, "http://gogs.weclouds.xyz:3000/kennyh/emqx4.3.git", {tag, "v5.6.1"}, "apps/emqx_utils"}} , {emqx_durable_storage, {git_subdir, "http://gogs.weclouds.xyz:3000/kennyh/emqx4.3.git", {tag, "v5.6.1"}, "apps/emqx_durable_storage"}} , {emqx_resource, {git_subdir, "http://gogs.weclouds.xyz:3000/kennyh/emqx4.3.git", {tag, "v5.6.1"}, "apps/emqx_resource"}} , {wolff, "1.9.1"} ]}. {plugins, [ {emqx_plugrel, {git, "http://gogs.weclouds.xyz:3000/kennyh/emqx_plugrel.git", {branch, "master"}}} ]}. {erl_opts, []}. {relx, [{release, {emqx_plugin_kafka, "1.0.0"}, [ emqx_plugin_kafka , wolff , kafka_protocol , replayq , telemetry , lc , crc32cer ]} , {dev_mode, false} , {include_erts, false} ]}. {emqx_plugrel, [{authors, ["Jostar"]} , {builder, [{name, ""} , {contact, ""} , {website, ""} ]} , {repo, "http://gogs.weclouds.xyz:3000/kennyh/emqx_plugin_kafka"} , {functionality, ["Demo"]} , {compatibility, [{emqx, "~> v5.6.1"} ]} , {description, "Kafka plugin for EMQX >= v5.6.1"} ] }. {xref_checks, [undefined_function_calls, undefined_functions, locals_not_used, deprecated_function_calls, warnings_as_errors, deprecated_functions]}.