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:57 UTC

[incubator-streampipes] 09/11: add postgres deps

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 bcd05ec9717379347cb2885237ea077e1b3f775e
Author: micklich <fl...@mailbox.org>
AuthorDate: Sun Sep 18 12:51:02 2022 +0200

    add postgres deps
---
 streampipes-extensions/streampipes-processors-geo-jvm/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/streampipes-extensions/streampipes-processors-geo-jvm/pom.xml b/streampipes-extensions/streampipes-processors-geo-jvm/pom.xml
index cb848c543..6eee31ef3 100644
--- a/streampipes-extensions/streampipes-processors-geo-jvm/pom.xml
+++ b/streampipes-extensions/streampipes-processors-geo-jvm/pom.xml
@@ -69,5 +69,9 @@
             <artifactId>sis-referencing</artifactId>
             <version>1.2</version>
         </dependency>
+        <dependency>
+            <groupId>org.postgresql</groupId>
+            <artifactId>postgresql</artifactId>
+        </dependency>
     </dependencies>
 </project>