Skip to content

Commit 016fe95

Browse files
committed
added antlr to shaded libraries
1 parent d27ac08 commit 016fe95

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

clickhouse-jdbc/pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@
419419
<relocation>
420420
<!-- lz4 compression -->
421421
<pattern>net.jpountz</pattern>
422-
<shadedPattern>${shade.base}.jpountz</shadedPattern>
422+
<shadedPattern>${shade.base}.net.jpountz</shadedPattern>
423423
</relocation>
424424
<relocation>
425425
<pattern>org.roaringbitmap</pattern>
@@ -435,12 +435,17 @@
435435

436436
<relocation>
437437
<pattern>com.google</pattern>
438-
<shadedPattern>${shade.base}.google</shadedPattern>
438+
<shadedPattern>${shade.base}.com.google</shadedPattern>
439439
</relocation>
440440

441441
<relocation>
442442
<pattern>org.apache</pattern>
443-
<shadedPattern>${shade.base}.apache</shadedPattern>
443+
<shadedPattern>${shade.base}.org.apache</shadedPattern>
444+
</relocation>
445+
446+
<relocation>
447+
<pattern>org.antlr</pattern>
448+
<shadedPattern>${shade.base}.org.antlr</shadedPattern>
444449
</relocation>
445450
</relocations>
446451
<transformers>

0 commit comments

Comments
 (0)