Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HBASE-26717 [hbase-thirdparty] hbase-shaded-jersey packages unshaded classes #73

Open
wants to merge 1 commit into
base: branch-3
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions hbase-shaded-jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,13 @@
Anything added here needs to be excluded from the jar that pulls it in
also else we give an odd signal in the META-INF/DEPENDENCIES that we
produce. See below for how to exclusion of transitive dependencies.
-->
<exclude>jakarta.ws.rs:jakarta.ws.rs-api</exclude>
-->
<exclude>com.sun.activation:jakarta.activation</exclude>
<exclude>jakarta.activation:jakarta.activation-api</exclude>
<exclude>jakarta.annotation:jakarta.annotation-api</exclude>
<exclude>jakarta.validation:jakarta.validation-api</exclude>
<exclude>jakarta.ws.rs:jakarta.ws.rs-api</exclude>
<exclude>jakarta.xml.bind:jakarta.xml.bind-api</exclude>
<exclude>org.glassfish.hk2.external:jakarta.inject</exclude>
<exclude>org.javassist:javassist</exclude>
<!-- On the "next" build, exclude a lingering shaded jar if it exists (user did not `clean`).
Expand Down