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/23 09:29:25 UTC

[incubator-plc4x] 08/15: Updated the ethernetip driver to a new version

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

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

commit 992f7077286ec0d77eb4cc43f297f88e737fcd1b
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Aug 20 22:24:38 2018 +0200

    Updated the ethernetip driver to a new version
---
 plc4j/protocols/ethernetip/pom.xml | 2 +-
 pom.xml                            | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/plc4j/protocols/ethernetip/pom.xml b/plc4j/protocols/ethernetip/pom.xml
index 413c847..77b207e 100644
--- a/plc4j/protocols/ethernetip/pom.xml
+++ b/plc4j/protocols/ethernetip/pom.xml
@@ -34,7 +34,7 @@
   </description>
 
   <properties>
-    <ethernetip-driver.version>1.1.3-SNAPSHOT</ethernetip-driver.version>
+    <ethernetip-driver.version>1.2.0-SNAPSHOT</ethernetip-driver.version>
   </properties>
 
   <dependencies>
diff --git a/pom.xml b/pom.xml
index fde4daa..61fa38a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,6 +174,11 @@
       </dependency>
       <dependency>
         <groupId>io.netty</groupId>
+        <artifactId>netty-handler</artifactId>
+        <version>${netty.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>io.netty</groupId>
         <artifactId>netty-resolver</artifactId>
         <version>${netty.version}</version>
       </dependency>