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/10/25 11:23:38 UTC

[plc4x] branch develop updated: Added a rule to the dependency plugin to treat spatial4j as used dependency

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 14e731c  Added a rule to the dependency plugin to treat spatial4j as used dependency
14e731c is described below

commit 14e731c2b8b8475822b13d146f5b475028b6e2b9
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Oct 25 13:23:30 2019 +0200

    Added a rule to the dependency plugin to treat spatial4j as used dependency
---
 plc4j/examples/hello-storage-elasticsearch/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plc4j/examples/hello-storage-elasticsearch/pom.xml b/plc4j/examples/hello-storage-elasticsearch/pom.xml
index 23ce1a0..bbacca9 100644
--- a/plc4j/examples/hello-storage-elasticsearch/pom.xml
+++ b/plc4j/examples/hello-storage-elasticsearch/pom.xml
@@ -183,6 +183,7 @@
             <usedDependency>org.apache.plc4x:plc4j-driver-s7</usedDependency>
             <usedDependency>org.apache.plc4x:plc4j-driver-simulated</usedDependency>
             <usedDependency>org.apache.logging.log4j:log4j-slf4j-impl</usedDependency>
+            <usedDependency>org.locationtech.spatial4j:spatial4j</usedDependency>
           </usedDependencies>
         </configuration>
       </plugin>