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/10/12 15:28:26 UTC

[incubator-plc4x] branch master updated: - Updated the POC to ElasticSearch 6.4.2

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


The following commit(s) were added to refs/heads/master by this push:
     new 352f7e5  - Updated the POC to ElasticSearch 6.4.2
352f7e5 is described below

commit 352f7e5915d304f1de965e73368867452c9c1e7d
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Oct 12 17:28:25 2018 +0200

    - Updated the POC to ElasticSearch 6.4.2
---
 plc4j/protocols/delta-v/pom.xml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/plc4j/protocols/delta-v/pom.xml b/plc4j/protocols/delta-v/pom.xml
index e339d86..07c6e34 100644
--- a/plc4j/protocols/delta-v/pom.xml
+++ b/plc4j/protocols/delta-v/pom.xml
@@ -61,13 +61,19 @@
     <dependency>
       <groupId>org.elasticsearch</groupId>
       <artifactId>elasticsearch</artifactId>
-      <version>6.2.4</version>
+      <version>6.4.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.elasticsearch.plugin</groupId>
       <artifactId>transport-netty4-client</artifactId>
-      <version>6.2.4</version>
+      <version>6.4.2</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>de.dentrassi.elasticsearch</groupId>
+      <artifactId>log4j2-mock</artifactId>
+      <version>0.0.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>