Skip to content

Commit

Permalink
Fix unshaded test.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-alhuang committed Apr 16, 2024
1 parent 3725321 commit daccf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@
<shadedPattern>${shadeBase}.apache</shadedPattern>
<excludes>
<!-- Required for shaded test -->
<exclude>org.apache.http.*</exclude>
<exclude>org.apache.http.**</exclude>
</excludes>
</relocation>
<relocation>
Expand Down

0 comments on commit daccf08

Please sign in to comment.