You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/02/28 14:07:48 UTC

[incubator-plc4x] branch develop updated: - Hopefully last thing the build is complaining about.

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 9ecbc55  - Hopefully last thing the build is complaining about.
9ecbc55 is described below

commit 9ecbc554c0ab036cd71c2b35b53c2a5af9481d03
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Thu Feb 28 15:07:45 2019 +0100

    - Hopefully last thing the build is complaining about.
---
 examples/hello-world-plc4x/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/hello-world-plc4x/pom.xml b/examples/hello-world-plc4x/pom.xml
index 7374b3b..a1240a8 100644
--- a/examples/hello-world-plc4x/pom.xml
+++ b/examples/hello-world-plc4x/pom.xml
@@ -91,6 +91,7 @@
           <usedDependencies combine.children="append">
             <usedDependency>org.apache.plc4x:plc4j-driver-s7</usedDependency>
             <usedDependency>org.apache.plc4x:plc4j-driver-simulated</usedDependency>
+            <usedDependency>org.apache.plc4x.sandbox:plc4j-dynamic-driver-s7</usedDependency>
             <usedDependency>org.slf4j:log4j-over-slf4j</usedDependency>
           </usedDependencies>
         </configuration>