You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by we...@apache.org on 2020/11/03 00:08:10 UTC

[hadoop] branch trunk updated: HADOOP-17030. Remove unused joda-time. Contributed by Wei-Chiu Chuang.

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

weichiu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new e580280  HADOOP-17030. Remove unused joda-time. Contributed by Wei-Chiu Chuang.
e580280 is described below

commit e580280a8b00daf250bae96a50fe46899791eabf
Author: Wei-Chiu Chuang <we...@apache.org>
AuthorDate: Mon Nov 2 16:07:04 2020 -0800

    HADOOP-17030. Remove unused joda-time. Contributed by Wei-Chiu Chuang.
---
 hadoop-project/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 4f047cd..e714b1f 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -106,7 +106,6 @@
 
     <guava.version>27.0-jre</guava.version>
     <guice.version>4.0</guice.version>
-    <joda-time.version>2.9.9</joda-time.version>
 
     <bouncycastle.version>1.60</bouncycastle.version>
 
@@ -1569,12 +1568,6 @@
         <version>${bouncycastle.version}</version>
       </dependency>
 
-     <dependency>
-        <groupId>joda-time</groupId>
-        <artifactId>joda-time</artifactId>
-        <version>${joda-time.version}</version>
-     </dependency>
-
       <dependency>
           <groupId>com.nimbusds</groupId>
           <artifactId>nimbus-jose-jwt</artifactId>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org