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 2024/02/22 00:53:27 UTC

(sedona) branch master updated: [SEDONA-473] Remove ucar from spark-shaded pom (#1240)

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

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new a1d1a450d [SEDONA-473] Remove ucar from spark-shaded pom (#1240)
a1d1a450d is described below

commit a1d1a450d00e89b6e66787bd5b5e4d3c7d49ca3c
Author: Nilesh Gajwani <ni...@gmail.com>
AuthorDate: Wed Feb 21 19:53:21 2024 -0500

    [SEDONA-473] Remove ucar from spark-shaded pom (#1240)
    
    * remove ucar from pom.xml
    
    * Revert "remove ucar from pom.xml"
    
    This reverts commit 67692a6d09a091b5d9ef0f0ceca92e5e20605f9d.
    
    * remove ucar from sedona pom.xml
    
    * remove comment for ucar
---
 pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 23a9d47a2..9d0973e06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,10 +129,6 @@
             <groupId>org.apache.logging.log4j</groupId>
             <artifactId>log4j-core</artifactId>
         </dependency>
-        <dependency>
-            <groupId>edu.ucar</groupId>
-            <artifactId>cdm-core</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.apache.logging.log4j</groupId>
             <artifactId>log4j-slf4j-impl</artifactId>