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 2018/08/03 12:41:58 UTC

[incubator-plc4x] branch feature/ethernet-ip updated: Added missing dependency

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

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


The following commit(s) were added to refs/heads/feature/ethernet-ip by this push:
     new 9a299c8  Added missing dependency
9a299c8 is described below

commit 9a299c8da84143d13355e6b2fc36a9f015fe2715
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Aug 3 14:41:43 2018 +0200

    Added missing dependency
---
 plc4j/protocols/ethernetip/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/plc4j/protocols/ethernetip/pom.xml b/plc4j/protocols/ethernetip/pom.xml
index d383954..b43c895 100644
--- a/plc4j/protocols/ethernetip/pom.xml
+++ b/plc4j/protocols/ethernetip/pom.xml
@@ -73,6 +73,10 @@
 
     <dependency>
       <groupId>io.netty</groupId>
+      <artifactId>netty-buffer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
       <artifactId>netty-codec</artifactId>
     </dependency>
     <dependency>