This is an automated email from the ASF dual-hosted git repository. sruehl pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/plc4x.git
commit bfd379d3f5db252e0fd0fd28b2f09f7ab0f6a2be Author: Sebastian Rühl <[email protected]> AuthorDate: Tue Oct 4 11:38:57 2022 +0200 chore(build): disable hello-integration-iotdb due to removed edgent dep --- plc4j/examples/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plc4j/examples/pom.xml b/plc4j/examples/pom.xml index 79975bf2c..2f95b4b2f 100644 --- a/plc4j/examples/pom.xml +++ b/plc4j/examples/pom.xml @@ -44,7 +44,8 @@ <module>hello-discovery</module> <module>hello-connectivity-mqtt</module> <module>hello-influx-data-collection</module> - <module>hello-integration-iotdb</module> + <!-- Disabled due to edgent not existing anymore--> + <!--module>hello-integration-iotdb</module--> <!--module>hello-nats</module--> <module>hello-opm</module> <module>hello-webservice</module>
