HBASE-18337 Exclude jetty-orbit sigs from shade
Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
parent
d4438a48e4
commit
51067caef9
|
@ -347,6 +347,16 @@
|
||||||
<projectName>${project.name}</projectName>
|
<projectName>${project.name}</projectName>
|
||||||
</transformer>
|
</transformer>
|
||||||
</transformers>
|
</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>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
|
Loading…
Reference in New Issue