You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2021/08/12 06:22:47 UTC

[orc] branch branch-1.7 updated: ORC-939: Remove threetenbp dependency (#851)

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

dongjoon pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.7 by this push:
     new 4d8fcb4  ORC-939: Remove threetenbp dependency (#851)
4d8fcb4 is described below

commit 4d8fcb4ef8674d8156452befcb057f0dc56bdd3a
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Wed Aug 11 23:22:03 2021 -0700

    ORC-939: Remove threetenbp dependency (#851)
    
    ### What changes were proposed in this pull request?
    
    This PR removes `threetenbp` dependency because it's removed at Apache ORC 1.7.0 via ORC-738
    - https://github.com/apache/orc/pull/631/files#diff-1108423b084c5105f5c0309e48278ea6b98c7fd3c95d37df984bd1139a2699d6L81-L84
    
    ### Why are the changes needed?
    
    This is not used.
    ```
    $ git grep org.threeten.bp | wc -l
           0
    ```
    
    ### How was this patch tested?
    
    Manual.
    
    This closes #827 .
    
    (cherry picked from commit c7a14d2ae0ad8e54be860df6190dd6ad0554f538)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 java/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/java/pom.xml b/java/pom.xml
index b704b4d..3fe3137 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -780,11 +780,6 @@
       </dependency>
       <dependency>
         <groupId>org.threeten</groupId>
-        <artifactId>threetenbp</artifactId>
-        <version>1.3.5</version>
-      </dependency>
-      <dependency>
-        <groupId>org.threeten</groupId>
         <artifactId>threeten-extra</artifactId>
         <version>1.5.0</version>
       </dependency>