Skip to content

Commit 875c6fd

Browse files
committed
fix(bigquery-jdbc): shade org.slf4j
1 parent fa81a5e commit 875c6fd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

java-bigquery-jdbc/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@
152152
<pattern>org.json</pattern>
153153
<shadedPattern>com.google.bqjdbc.shaded.org.json</shadedPattern>
154154
</relocation>
155+
<relocation>
156+
<pattern>org.slf4j</pattern>
157+
<shadedPattern>com.google.bqjdbc.shaded.org.slf4j</shadedPattern>
158+
</relocation>
155159
<relocation>
156160
<pattern>io.grpc</pattern>
157161
<shadedPattern>com.google.bqjdbc.shaded.io.grpc</shadedPattern>

0 commit comments

Comments
 (0)