You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2022/03/10 03:17:42 UTC

[incubator-sedona] branch update-docs updated: Revert "Add modules"

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

jiayu pushed a commit to branch update-docs
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git


The following commit(s) were added to refs/heads/update-docs by this push:
     new 872d84a  Revert "Add modules"
872d84a is described below

commit 872d84a076f8db6df49a75d47a40ad9c1d9d0c2d
Author: jiayuasu <ji...@gmail.com>
AuthorDate: Wed Mar 9 19:15:26 2022 -0800

    Revert "Add modules"
    
    This reverts commit a7ca061ad0b63874fd82ecb218c7ca3f22ee636c.
---
 pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 86660d7..dcc86cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,13 +64,7 @@
         <jts.version>1.18.0</jts.version>
         <jts2geojson.version>0.16.1</jts2geojson.version>
     </properties>
-    <modules>
-        <module>core</module>
-        <module>sql</module>
-        <module>viz</module>
-        <module>python-adapter</module>
-        <module>flink</module>
-    </modules>
+
     <dependencies>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>