Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengchenyu authored Aug 10, 2024
1 parent b9da4ae commit 6df1849
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions client-spark/spark2-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,18 +180,6 @@
<pattern>android.annotation</pattern>
<shadedPattern>${rss.shade.packageName}.android.annotation</shadedPattern>
</relocation>
<relocation>
<pattern>javax</pattern>
<shadedPattern>${rss.shade.packageName}.javax</shadedPattern>
<includes>
<include>javax/annotation/**/*</include>
<include>javax/activation/**/*</include>
<include>javax/xml/**/*</include>
<include>javax/inject/**/*</include>
<include>javax/validation/**/*</include>
<include>javax/servlet/**/*</include>
</includes>
</relocation>
<relocation>
<pattern>javassist</pattern>
<shadedPattern>${rss.shade.packageName}.javassist</shadedPattern>
Expand Down

0 comments on commit 6df1849

Please sign in to comment.