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 a7ca061 Add modules
a7ca061 is described below
commit a7ca061ad0b63874fd82ecb218c7ca3f22ee636c
Author: jiayuasu <[email protected]>
AuthorDate: Wed Mar 9 19:08:42 2022 -0800
Add modules
---
pom.xml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index dcc86cc..86660d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,13 @@
<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>