Skip to content

Commit

Permalink
fix: rm okhttp shade
Browse files Browse the repository at this point in the history
  • Loading branch information
hantmac committed Sep 25, 2024
1 parent b987120 commit 242abf3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,6 @@
<pattern>com.fasterxml.jackson</pattern>
<shadedPattern>com.databend.jdbc.com.fasterxml.jackson</shadedPattern>
</relocation>
<relocation>
<pattern>com.squareup.okhttp3</pattern>
<shadedPattern>com.databend.jdbc.com.squareup.okhttp3</shadedPattern>
</relocation>
<relocation>
<pattern>org.slf4j.slf4j-api</pattern>
<shadedPattern>com.databend.jdbc.slf4j-api</shadedPattern>
Expand Down

0 comments on commit 242abf3

Please sign in to comment.