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 2019/02/11 15:42:56 UTC

[incubator-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/incubator-plc4x.git


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

commit 4ece82bec62e650af66cf2f8d3dc585921fdfefc
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Feb 11 16:42:52 2019 +0100

    - Added a missing dependency declaration.
---
 sandbox/dynamic-driver-s7/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/sandbox/dynamic-driver-s7/pom.xml b/sandbox/dynamic-driver-s7/pom.xml
index 80344fc..4a335a2 100644
--- a/sandbox/dynamic-driver-s7/pom.xml
+++ b/sandbox/dynamic-driver-s7/pom.xml
@@ -61,6 +61,11 @@
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.jdom</groupId>
+      <artifactId>jdom2</artifactId>
+      <version>2.0.6</version>
+    </dependency>
 
     <dependency>
       <groupId>org.slf4j</groupId>