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 2021/09/17 09:25:18 UTC

[plc4x] 03/05: Continued working on PROFINET

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

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

commit d44e2908653fe42adcf9d4f5bce7a130afbff107
Author: cdutz <ch...@c-ware.de>
AuthorDate: Mon Sep 13 09:17:07 2021 +0200

    Continued working on PROFINET
---
 plc4j/drivers/profinet/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/plc4j/drivers/profinet/pom.xml b/plc4j/drivers/profinet/pom.xml
index 1188ee9..c475690 100644
--- a/plc4j/drivers/profinet/pom.xml
+++ b/plc4j/drivers/profinet/pom.xml
@@ -147,6 +147,10 @@
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
     </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
 
     <dependency>
       <groupId>org.apache.plc4x</groupId>