jiayuasu commented on a change in pull request #484:
URL: https://github.com/apache/incubator-sedona/pull/484#discussion_r500019542



##########
File path: core/pom.xml
##########
@@ -32,10 +32,16 @@
        <packaging>jar</packaging>
 
     <dependencies>
+        <dependency>
+            <groupId>org.locationtech.jts</groupId>
+            <artifactId>jts-core</artifactId>
+            <version>1.16.2-SNAPSHOT</version>

Review comment:
       @netanel246 Note that, this dependency is actually the JTS submodule of 
the git repo, rather than a standard JTS Maven release. It was compiled by 
Sedona "mvn install" and automatically added to Sedona, locally. The "SNAPSHOT" 
comes from here: 
https://github.com/jiayuasu/jts/blob/1.16.x/modules/core/pom.xml
   
   The git submodule is Sedona Maven submodule: 
https://github.com/apache/incubator-sedona/blob/jtsplus/pom.xml#L12




----------------------------------------------------------------
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.

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


Reply via email to