You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by jf...@apache.org on 2019/01/22 10:46:13 UTC

[incubator-plc4x] branch rel/0.3 updated: Commented out mqtt support due to SNAPSHOT dependency on mqtt-bee

This is an automated email from the ASF dual-hosted git repository.

jfeinauer pushed a commit to branch rel/0.3
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/rel/0.3 by this push:
     new bc61d51  Commented out mqtt support due to SNAPSHOT dependency on mqtt-bee
bc61d51 is described below

commit bc61d510131fc5cdd958891f2d54db4c3aa06d93
Author: Julian Feinauer <j....@pragmaticminds.de>
AuthorDate: Tue Jan 22 11:46:07 2019 +0100

    Commented out mqtt support due to SNAPSHOT dependency on mqtt-bee
---
 examples/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index 59ddcfd..9cda487 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -39,7 +39,7 @@
     <module>hello-cloud-azure</module>
     <module>hello-cloud-google</module>
     <module>hello-connectivity-kafka</module>
-    <module>hello-connectivity-mqtt</module>
+    <!--<module>hello-connectivity-mqtt</module>-->
     <module>hello-integration-edgent</module>
     <module>hello-opm</module>
     <module>hello-storage-elasticsearch</module>
@@ -118,4 +118,4 @@
     </profile>
   </profiles>
 
-</project>
\ No newline at end of file
+</project>