Skip to content

Commit

Permalink
Move checkerframework to jdbc/internal
Browse files Browse the repository at this point in the history
  • Loading branch information
zhicwu committed Jan 31, 2021
1 parent 0998cba commit 210cc03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,10 @@
<pattern>org.apache</pattern>
<shadedPattern>${shade.base}.apache</shadedPattern>
</relocation>
<relocation>
<pattern>org.checkerframework</pattern>
<shadedPattern>${shade.base}.checker</shadedPattern>
</relocation>
<relocation>
<pattern>net.jpountz</pattern>
<shadedPattern>${shade.base}.jpountz</shadedPattern>
Expand Down

0 comments on commit 210cc03

Please sign in to comment.