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

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


The following commit(s) were added to refs/heads/master by this push:
     new b5795a7  fix failing build by adding netty-common dependency
b5795a7 is described below

commit b5795a7eb37e8b2ec5ea4a7ff0c0fce0b6c36c7a
Author: Sebastian Rühl <sru...@apache.org>
AuthorDate: Thu Apr 19 14:27:59 2018 +0200

    fix failing build by adding netty-common dependency
---
 plc4j/protocols/ads/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/plc4j/protocols/ads/pom.xml b/plc4j/protocols/ads/pom.xml
index bed02a3..3c32788 100644
--- a/plc4j/protocols/ads/pom.xml
+++ b/plc4j/protocols/ads/pom.xml
@@ -73,6 +73,10 @@
       <groupId>io.netty</groupId>
       <artifactId>netty-transport</artifactId>
     </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-common</artifactId>
+    </dependency>
 
     <dependency>
       <groupId>org.apache.commons</groupId>

-- 
To stop receiving notification emails like this one, please contact
sru...@apache.org.

Reply via email to