Skip to content

Commit 23cfa68

Browse files
committed
Renamed all shaded dependencies
1 parent 79c8adf commit 23cfa68

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

jdbc-shaded/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,18 @@
124124
<pattern>android.annotation</pattern>
125125
<shadedPattern>tech.ydb.shaded.android.annotation</shadedPattern>
126126
</relocation>
127+
<relocation>
128+
<pattern>org.bouncycastle</pattern>
129+
<shadedPattern>tech.ydb.shaded.bouncycastle</shadedPattern>
130+
</relocation>
131+
<relocation>
132+
<pattern>org.checkerframework</pattern>
133+
<shadedPattern>tech.ydb.shaded.checkerframework</shadedPattern>
134+
</relocation>
135+
<relocation>
136+
<pattern>org.slf4j</pattern>
137+
<shadedPattern>tech.ydb.shaded.slf4j</shadedPattern>
138+
</relocation>
127139
<relocation>
128140
<pattern>javax.annotation</pattern>
129141
<shadedPattern>tech.ydb.shaded.javax.annotation</shadedPattern>

0 commit comments

Comments
 (0)