Skip to content

Commit

Permalink
Merge pull request #276 from datafuselabs/fix/rm-okhttp-shade
Browse files Browse the repository at this point in the history
fix: rm okhttp shade
  • Loading branch information
hantmac authored Sep 25, 2024
2 parents b987120 + 242abf3 commit 558c070
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 558c070

Please sign in to comment.