Repository: tez Updated Branches: refs/heads/master f0a9281ca -> c7a046154
TEZ-3760. Tez AUX Services: Shading needs to filter SIG files with -Pazure builds (kshukla) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/c7a04615 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/c7a04615 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/c7a04615 Branch: refs/heads/master Commit: c7a046154e367d42b2c2ff4c643925fbd1dcc265 Parents: f0a9281 Author: Kuhu Shukla <[email protected]> Authored: Mon Jun 19 14:59:08 2017 -0500 Committer: Kuhu Shukla <[email protected]> Committed: Mon Jun 19 14:59:08 2017 -0500 ---------------------------------------------------------------------- tez-plugins/tez-aux-services/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/c7a04615/tez-plugins/tez-aux-services/pom.xml ---------------------------------------------------------------------- diff --git a/tez-plugins/tez-aux-services/pom.xml b/tez-plugins/tez-aux-services/pom.xml index 636c2cb..9054ffd 100644 --- a/tez-plugins/tez-aux-services/pom.xml +++ b/tez-plugins/tez-aux-services/pom.xml @@ -178,6 +178,16 @@ <exclude>org.slf4j:*</exclude> </excludes> </artifactSet> + <filters> + <filter> + <artifact>*:*</artifact> + <excludes> + <exclude>META-INF/*.SF</exclude> + <exclude>META-INF/*.DSA</exclude> + <exclude>META-INF/*.RSA</exclude> + </excludes> + </filter> + </filters> <relocations> <relocation> <pattern>com.google.common</pattern>
