|
@@ -158,12 +158,8 @@
|
|
|
<!-- the jdk ships part of the javax.annotation namespace, so if we want to relocate this we'll have to care it out by class :( -->
|
|
|
<exclude>com.google.code.findbugs:jsr305</exclude>
|
|
|
<exclude>io.dropwizard.metrics:metrics-core</exclude>
|
|
|
- <exclude>org.eclipse.jetty.websocket:*</exclude>
|
|
|
<exclude>org.eclipse.jetty:jetty-servlet</exclude>
|
|
|
<exclude>org.eclipse.jetty:jetty-security</exclude>
|
|
|
- <exclude>org.eclipse.jetty:jetty-client</exclude>
|
|
|
- <exclude>org.eclipse.jetty:jetty-http</exclude>
|
|
|
- <exclude>org.eclipse.jetty:jetty-xml</exclude>
|
|
|
<exclude>org.ow2.asm:*</exclude>
|
|
|
<!-- Leave bouncycastle unshaded because it's signed with a special Oracle certificate so it can be a custom JCE security provider -->
|
|
|
<exclude>org.bouncycastle:*</exclude>
|
|
@@ -213,6 +209,13 @@
|
|
|
<exclude>about.html</exclude>
|
|
|
</excludes>
|
|
|
</filter>
|
|
|
+ <filter>
|
|
|
+ <!-- skip jetty license info already incorporated into LICENSE/NOTICE -->
|
|
|
+ <artifact>org.eclipse.jetty.websocket:*</artifact>
|
|
|
+ <excludes>
|
|
|
+ <exclude>about.html</exclude>
|
|
|
+ </excludes>
|
|
|
+ </filter>
|
|
|
<filter>
|
|
|
<!-- skip docs on formats used in kerby -->
|
|
|
<artifact>org.apache.kerby:kerb-util</artifact>
|