HADOOP-16895. [thirdparty] Revisit LICENSEs and NOTICEs (#6)
addendum to avoid rat check failure for NOTICE-binary
diff --git a/pom.xml b/pom.xml
index 646577d..58adaae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -262,6 +262,7 @@
             <exclude>licenses/**</exclude>
             <exclude>licenses-binary/**</exclude>
             <exclude>**/dependency-reduced-pom.xml</exclude>
+            <exclude>NOTICE-binary</exclude>
           </excludes>
         </configuration>
       </plugin>