You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by mi...@apache.org on 2022/11/15 23:36:50 UTC

[incubator-streampipes] 02/11: add apache sis dependencies

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

micklich pushed a commit to branch STREAMPIPES-584
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit 689a9a8dd5fffccf0aef315db31eb9fd62e0d2ca
Author: micklich <fl...@mailbox.org>
AuthorDate: Sat Sep 17 20:06:23 2022 +0200

    add apache sis dependencies
---
 streampipes-extensions/streampipes-processors-geo-jvm/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/streampipes-extensions/streampipes-processors-geo-jvm/pom.xml b/streampipes-extensions/streampipes-processors-geo-jvm/pom.xml
index 19ce62a75..cb848c543 100644
--- a/streampipes-extensions/streampipes-processors-geo-jvm/pom.xml
+++ b/streampipes-extensions/streampipes-processors-geo-jvm/pom.xml
@@ -64,5 +64,10 @@
             <artifactId>jts-core</artifactId>
             <version>1.19.0</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.sis.core</groupId>
+            <artifactId>sis-referencing</artifactId>
+            <version>1.2</version>
+        </dependency>
     </dependencies>
 </project>