You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streampipes.apache.org by GitBox <gi...@apache.org> on 2023/01/14 07:37:23 UTC

[GitHub] [streampipes] tenthe commented on a diff in pull request #1044: Implementing possibility for reprojection Coordinates

tenthe commented on code in PR #1044:
URL: https://github.com/apache/streampipes/pull/1044#discussion_r1070231080


##########
streampipes-extensions/streampipes-processors-geo-jvm/pom.xml:
##########
@@ -63,7 +63,17 @@
         <dependency>
             <groupId>org.locationtech.jts</groupId>
             <artifactId>jts-core</artifactId>
-            <version>1.16.1</version>
+            <version>1.19.0</version>

Review Comment:
   Hi @flomickl can you please add the dependencies to the <dependencyManagement> tag in the parent pom. 
   Then you don't need the version number in this pom. 
   In the parent pom you can also create a variable like it is done for other dependencies.
   If you have any questions, just let me know.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org