We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f007e commit c4cabdeCopy full SHA for c4cabde
java-bigquery/google-cloud-bigquery-jdbc/pom.xml
@@ -110,7 +110,8 @@
110
<pattern>com</pattern>
111
<shadedPattern>com.google.bqjdbc.shaded.com</shadedPattern>
112
<excludes>
113
- <exclude>com.google.cloud.bigquery.jdbc.*</exclude>
+ <exclude>com.google.cloud.bigquery.**</exclude>
114
+ <exclude>com.google.api.services.bigquery.**</exclude>
115
</excludes>
116
</relocation>
117
<relocation>
0 commit comments