Skip to content

Commit db8563f

Browse files
committed
Shade javax.activation as well
1 parent 187163e commit db8563f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jaxb/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ data-binding.
127127
<pattern>javax.xml.bind</pattern>
128128
<shadedPattern>jakarta.xml.bind</shadedPattern>
129129
</relocation>
130+
<relocation>
131+
<pattern>javax.activation</pattern>
132+
<shadedPattern>jakarta.activation</shadedPattern>
133+
</relocation>
130134
</relocations>
131135
</configuration>
132136
</execution>

0 commit comments

Comments
 (0)