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/11/11 05:25:14 UTC

[incubator-sedona] branch fix-sedona-release-1.3.0 updated: Remove sedona-common from pom

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

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


The following commit(s) were added to refs/heads/fix-sedona-release-1.3.0 by this push:
     new 9419131a Remove sedona-common from pom
9419131a is described below

commit 9419131adbe4d086d16daf88a243048edf784d01
Author: Jia Yu <ji...@apache.org>
AuthorDate: Thu Nov 10 22:24:58 2022 -0700

    Remove sedona-common from pom
---
 flink/pom.xml | 5 -----
 sql/pom.xml   | 5 -----
 viz/pom.xml   | 5 -----
 3 files changed, 15 deletions(-)

diff --git a/flink/pom.xml b/flink/pom.xml
index 7bdbd409..abd838b1 100644
--- a/flink/pom.xml
+++ b/flink/pom.xml
@@ -38,11 +38,6 @@
     </properties>
 
     <dependencies>
-        <dependency>
-            <groupId>org.apache.sedona</groupId>
-            <artifactId>sedona-common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.sedona</groupId>
             <artifactId>sedona-core-${spark.compat.version}_${scala.compat.version}</artifactId>
diff --git a/sql/pom.xml b/sql/pom.xml
index c3de7f99..781939d6 100644
--- a/sql/pom.xml
+++ b/sql/pom.xml
@@ -37,11 +37,6 @@
     </properties>
 
     <dependencies>
-        <dependency>
-            <groupId>org.apache.sedona</groupId>
-            <artifactId>sedona-common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.sedona</groupId>
             <artifactId>sedona-core-${spark.compat.version}_${scala.compat.version}</artifactId>
diff --git a/viz/pom.xml b/viz/pom.xml
index 4a4530f8..b427a8c4 100644
--- a/viz/pom.xml
+++ b/viz/pom.xml
@@ -37,11 +37,6 @@
     </properties>
 
 	<dependencies>
-        <dependency>
-            <groupId>org.apache.sedona</groupId>
-            <artifactId>sedona-common</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.sedona</groupId>
             <artifactId>sedona-core-${spark.compat.version}_${scala.compat.version}</artifactId>