This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.8 by this push:
new c0ba9464d Revert "ORC-1333: Exclude the proto files from the nohive
jar"
c0ba9464d is described below
commit c0ba9464de0a1ce7a0d108a74f4abf575ca4c903
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Dec 6 10:18:45 2022 -0800
Revert "ORC-1333: Exclude the proto files from the nohive jar"
This reverts commit d49cc2dbfefaa9e2156f6321b2e73ca7b7e1321c.
---
java/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 453f97b0e..066dfa43c 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -505,7 +505,6 @@
<exclude>META-INF/DEPENDENCIES</exclude>
<exclude>META-INF/LICENSE</exclude>
<exclude>META-INF/NOTICE</exclude>
- <exclude>google/protobuf/**</exclude>
</excludes>
</filter>
</filters>