File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 95
95
Anything added here needs to be excluded from the jar that pulls it in
96
96
also else we give an odd signal in the META-INF/DEPENDENCIES that we
97
97
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 >
100
101
<exclude >jakarta.annotation:jakarta.annotation-api</exclude >
101
102
<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 >
102
105
<exclude >org.glassfish.hk2.external:jakarta.inject</exclude >
103
106
<exclude >org.javassist:javassist</exclude >
104
107
<!-- On the "next" build, exclude a lingering shaded jar if it exists (user did not `clean`).
You can’t perform that action at this time.
0 commit comments