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 2022/12/06 18:18:36 UTC

[orc] branch main updated: Revert "ORC-1333: Exclude the proto files from the nohive jar"

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 442497916 Revert "ORC-1333: Exclude the proto files from the nohive jar"
442497916 is described below

commit 442497916f0f24c5ab7e1e30ef1b0f0191f63bbc
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Tue Dec 6 10:18:24 2022 -0800

    Revert "ORC-1333: Exclude the proto files from the nohive jar"
    
    This reverts commit f6fee0744ed46c741d90dc116f490cefb10efa99.
---
 java/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 5060f15e2..c2083690f 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -506,7 +506,6 @@
                       <exclude>META-INF/DEPENDENCIES</exclude>
                       <exclude>META-INF/LICENSE</exclude>
                       <exclude>META-INF/NOTICE</exclude>
-                      <exclude>google/protobuf/**</exclude>
                     </excludes>
                   </filter>
                 </filters>