Skip to content

Commit 944f935

Browse files
committed
HBASE-26717 [hbase-thirdparty] hbase-shaded-jersey packages unshaded classes
1 parent 976e7a8 commit 944f935

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

hbase-shaded-jersey/pom.xml

+5-2
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,13 @@
9595
Anything added here needs to be excluded from the jar that pulls it in
9696
also else we give an odd signal in the META-INF/DEPENDENCIES that we
9797
produce. See below for how to exclusion of transitive dependencies.
98-
-->
99-
<exclude>jakarta.ws.rs:jakarta.ws.rs-api</exclude>
98+
-->
99+
<exclude>com.sun.activation:jakarta.activation</exclude>
100+
<exclude>jakarta.activation:jakarta.activation-api</exclude>
100101
<exclude>jakarta.annotation:jakarta.annotation-api</exclude>
101102
<exclude>jakarta.validation:jakarta.validation-api</exclude>
103+
<exclude>jakarta.ws.rs:jakarta.ws.rs-api</exclude>
104+
<exclude>jakarta.xml.bind:jakarta.xml.bind-api</exclude>
102105
<exclude>org.glassfish.hk2.external:jakarta.inject</exclude>
103106
<exclude>org.javassist:javassist</exclude>
104107
<!-- On the "next" build, exclude a lingering shaded jar if it exists (user did not `clean`).

0 commit comments

Comments
 (0)