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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit 85f902066a2994d82d418d7a2a96574660a42609
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Thu Aug 5 15:46:37 2021 +0100

    Exclude more files from the shaded JMH jar
---
 commons-rng-examples/examples-jmh/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/commons-rng-examples/examples-jmh/pom.xml 
b/commons-rng-examples/examples-jmh/pom.xml
index 767c876..472ed84 100644
--- a/commons-rng-examples/examples-jmh/pom.xml
+++ b/commons-rng-examples/examples-jmh/pom.xml
@@ -156,6 +156,8 @@
                         <exclude>META-INF/*.SF</exclude>
                         <exclude>META-INF/*.DSA</exclude>
                         <exclude>META-INF/*.RSA</exclude>
+                        <exclude>META-INF/LICENSE</exclude>
+                        <exclude>META-INF/THIRD-PARTY</exclude>
                         <exclude>META-INF/LICENSE.txt</exclude>
                         <exclude>META-INF/MANIFEST.MF</exclude>
                         <exclude>META-INF/NOTICE.txt</exclude>

Reply via email to