- Disabled the MQTT example as the MQTT Bee library is not released yet.
diff --git a/examples/pom.xml b/examples/pom.xml
index 07b30a9..149256f 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -39,7 +39,8 @@
     <module>hello-cloud-azure</module>
     <module>hello-cloud-google</module>
     <module>hello-connectivity-kafka</module>
-    <module>hello-connectivity-mqtt</module>
+    <!-- Disabled for release as it contains SNAPSHOT dependencies -->
+    <!--module>hello-connectivity-mqtt</module-->
     <module>hello-integration-edgent</module>
     <module>hello-opm</module>
     <module>hello-storage-elasticsearch</module>