HBASE-18337 Exclude jetty-orbit sigs from shade
Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
parent
775179bc4a
commit
5f54e28510
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue