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 ac44b790244cc15278a5dc7e15cdf91a65334f9c Author: Alex Herbert <aherb...@apache.org> AuthorDate: Sun Aug 8 08:48:49 2021 +0100 Correctly exclude duplicate files from shaded jar --- commons-rng-examples/examples-jmh/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commons-rng-examples/examples-jmh/pom.xml b/commons-rng-examples/examples-jmh/pom.xml index 472ed84..72dc032 100644 --- a/commons-rng-examples/examples-jmh/pom.xml +++ b/commons-rng-examples/examples-jmh/pom.xml @@ -156,8 +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>LICENSE</exclude> + <exclude>THIRD-PARTY</exclude> <exclude>META-INF/LICENSE.txt</exclude> <exclude>META-INF/MANIFEST.MF</exclude> <exclude>META-INF/NOTICE.txt</exclude>