Skip to content

Commit

Permalink
Merge pull request #14256 from zmstone/241120-elastic-bridge-is-ee-only
Browse files Browse the repository at this point in the history
build: make sure elastic bridge is ee only
  • Loading branch information
zmstone authored Nov 20, 2024
2 parents f7b7cf6 + 969b523 commit 8fd798e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -353,11 +353,11 @@ defmodule EMQXUmbrella.MixProject do
:emqx_bridge_cassandra,
:emqx_bridge_opents,
:emqx_bridge_dynamo,
:emqx_bridge_es,
:emqx_bridge_greptimedb,
:emqx_bridge_hstreamdb,
:emqx_bridge_influxdb,
:emqx_bridge_iotdb,
:emqx_bridge_es,
:emqx_bridge_matrix,
:emqx_bridge_mongodb,
:emqx_bridge_mysql,
Expand Down
1 change: 1 addition & 0 deletions rebar.config.erl
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ is_community_umbrella_app("apps/emqx_bridge_cassandra") -> false;
is_community_umbrella_app("apps/emqx_bridge_opents") -> false;
is_community_umbrella_app("apps/emqx_bridge_clickhouse") -> false;
is_community_umbrella_app("apps/emqx_bridge_dynamo") -> false;
is_community_umbrella_app("apps/emqx_bridge_es") -> false;
is_community_umbrella_app("apps/emqx_bridge_greptimedb") -> false;
is_community_umbrella_app("apps/emqx_bridge_hstreamdb") -> false;
is_community_umbrella_app("apps/emqx_bridge_influxdb") -> false;
Expand Down

0 comments on commit 8fd798e

Please sign in to comment.