Skip to content

Commit 210cc03

Browse files
committed
Move checkerframework to jdbc/internal
1 parent 0998cba commit 210cc03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,10 @@
351351
<pattern>org.apache</pattern>
352352
<shadedPattern>${shade.base}.apache</shadedPattern>
353353
</relocation>
354+
<relocation>
355+
<pattern>org.checkerframework</pattern>
356+
<shadedPattern>${shade.base}.checker</shadedPattern>
357+
</relocation>
354358
<relocation>
355359
<pattern>net.jpountz</pattern>
356360
<shadedPattern>${shade.base}.jpountz</shadedPattern>

0 commit comments

Comments
 (0)