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/12/18 14:16:14 UTC

[plc4x] branch next-gen-core updated: - Updated the build after the moving of packages

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

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


The following commit(s) were added to refs/heads/next-gen-core by this push:
     new 8dbed5c  - Updated the build after the moving of packages
8dbed5c is described below

commit 8dbed5c9621638b60a9b26e7820300aec71f93eb
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Dec 18 15:16:06 2019 +0100

    - Updated the build after the moving of packages
---
 plc4j/drivers/ethernet-ip/pom.xml | 5 +++++
 plc4j/protocols/pom.xml           | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/plc4j/drivers/ethernet-ip/pom.xml b/plc4j/drivers/ethernet-ip/pom.xml
index 5d13e2c..2fc5583 100644
--- a/plc4j/drivers/ethernet-ip/pom.xml
+++ b/plc4j/drivers/ethernet-ip/pom.xml
@@ -41,6 +41,11 @@
       <artifactId>plc4j-api</artifactId>
       <version>0.6.0-SNAPSHOT</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.plc4x</groupId>
+      <artifactId>plc4j-spi</artifactId>
+      <version>0.6.0-SNAPSHOT</version>
+    </dependency>
 
     <dependency>
       <groupId>org.apache.plc4x</groupId>
diff --git a/plc4j/protocols/pom.xml b/plc4j/protocols/pom.xml
index 93b6e32..b0295a5 100644
--- a/plc4j/protocols/pom.xml
+++ b/plc4j/protocols/pom.xml
@@ -35,7 +35,7 @@
 
   <modules>
     <module>ads</module>
-<!--    <module>delta-v</module>-->
+    <module>delta-v</module>
     <module>ethernet-ip</module>
     <module>iso-on-tcp</module>
     <module>iso-tp</module>