diff --git a/CHANGES.md b/CHANGES.md
index abbd7afe2..53a3e47b1 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -19,6 +19,7 @@ Release Notes.
* Add `event` http receiver
* Support Metric level function `serviceRelation` in `MAL`.
* Support envoy metrics binding into the topology.
+* Fix openapi-definitions folder not being read correctly.
#### UI
diff --git a/apm-dist-es7/src/main/assembly/binary-es7.xml b/apm-dist-es7/src/main/assembly/binary-es7.xml
index 337217b65..049c0fff2 100644
--- a/apm-dist-es7/src/main/assembly/binary-es7.xml
+++ b/apm-dist-es7/src/main/assembly/binary-es7.xml
@@ -63,6 +63,7 @@
envoy-metrics-rules/*.yaml
meter-analyzer-config/*.yaml
zabbix-rules/*.yaml
+ openapi-definitions/*
otel-oc-rules/*
ui-initialized-templates/*
lal/*
diff --git a/apm-dist/src/main/assembly/binary.xml b/apm-dist/src/main/assembly/binary.xml
index 562fe8b11..bd8093f0c 100644
--- a/apm-dist/src/main/assembly/binary.xml
+++ b/apm-dist/src/main/assembly/binary.xml
@@ -63,6 +63,7 @@
envoy-metrics-rules/*.yaml
meter-analyzer-config/*.yaml
zabbix-rules/*.yaml
+ openapi-definitions/*
otel-oc-rules/*
ui-initialized-templates/*
lal/*
diff --git a/oap-server/server-bootstrap/pom.xml b/oap-server/server-bootstrap/pom.xml
index af09132b8..a9e8964f7 100644
--- a/oap-server/server-bootstrap/pom.xml
+++ b/oap-server/server-bootstrap/pom.xml
@@ -280,6 +280,7 @@
fetcher-prom-rules/
envoy-metrics-rules/
meter-analyzer-config/
+ openapi-definitions/
otel-oc-rules/
ui-initialized-templates/
zabbix-rules/