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 2020/06/17 06:35:26 UTC

[plc4x] branch develop updated: Added a missing dependency declaration

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


The following commit(s) were added to refs/heads/develop by this push:
     new eb4e874  Added a missing dependency declaration
eb4e874 is described below

commit eb4e87447c061ef7b749744f42d44fd448d9ce8a
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Jun 17 08:35:13 2020 +0200

    Added a missing dependency declaration
---
 plc4j/drivers/opcua/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/plc4j/drivers/opcua/pom.xml b/plc4j/drivers/opcua/pom.xml
index eeca9b8..feaa630 100644
--- a/plc4j/drivers/opcua/pom.xml
+++ b/plc4j/drivers/opcua/pom.xml
@@ -111,6 +111,10 @@
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
     </dependency>
+    <dependency>
+      <groupId>io.vavr</groupId>
+      <artifactId>vavr</artifactId>
+    </dependency>
 
     <dependency>
       <groupId>org.eclipse.milo</groupId>