You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2018/06/28 10:56:11 UTC

[incubator-plc4x] branch feature/mobbus-support-with-lib updated: fix dependency problems

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

sruehl pushed a commit to branch feature/mobbus-support-with-lib
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/feature/mobbus-support-with-lib by this push:
     new 0db64c8  fix dependency problems
0db64c8 is described below

commit 0db64c8c003f4735294529858cd184c5c2793faf
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Thu Jun 28 12:56:07 2018 +0200

    fix dependency problems
---
 plc4j/protocols/modbus/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/plc4j/protocols/modbus/pom.xml b/plc4j/protocols/modbus/pom.xml
index 860bb8a..5ef2472 100644
--- a/plc4j/protocols/modbus/pom.xml
+++ b/plc4j/protocols/modbus/pom.xml
@@ -61,9 +61,21 @@
     </dependency>
 
     <dependency>
+      <!-- Just for reference can be removed later-->
       <groupId>com.digitalpetri.modbus</groupId>
       <artifactId>modbus-master-tcp</artifactId>
       <version>1.1.0</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.digitalpetri.modbus</groupId>
+      <artifactId>modbus-core</artifactId>
+      <version>1.1.0</version>
+    </dependency>
+    <dependency>
+      <groupId>com.digitalpetri.modbus</groupId>
+      <artifactId>modbus-codec</artifactId>
+      <version>1.1.0</version>
     </dependency>
 
     <dependency>