You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2017/07/20 05:43:01 UTC

[24/26] hbase git commit: HBASE-18337 Exclude jetty-orbit sigs from shade

HBASE-18337 Exclude jetty-orbit sigs from shade

Signed-off-by: Sean Busbey <bu...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5f54e285
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5f54e285
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/5f54e285

Branch: refs/heads/HBASE-18147
Commit: 5f54e28510fdbdc1a08688168f8df19904bcd975
Parents: 775179b
Author: Mike Drob <md...@apache.org>
Authored: Fri Jul 7 13:45:05 2017 -0700
Committer: Sean Busbey <bu...@apache.org>
Committed: Wed Jul 19 15:49:38 2017 -0500

----------------------------------------------------------------------
 hbase-shaded/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/5f54e285/hbase-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shaded/pom.xml b/hbase-shaded/pom.xml
index 3f9a317..6bccc7d 100644
--- a/hbase-shaded/pom.xml
+++ b/hbase-shaded/pom.xml
@@ -347,6 +347,16 @@
                                     <projectName>${project.name}</projectName>
                                   </transformer>
                                 </transformers>
+                                <filters>
+                                  <filter>
+                                    <!-- this is a signed osgi bundle -->
+                                    <artifact>org.eclipse.jetty.orbit:javax.servlet.jsp.jstl</artifact>
+                                    <excludes>
+                                      <exclude>META-INF/ECLIPSEF.SF</exclude>
+                                      <exclude>META-INF/ECLIPSEF.RSA</exclude>
+                                    </excludes>
+                                  </filter>
+                                </filters>
                             </configuration>
                         </execution>
                     </executions>