Skip to content

Commit

Permalink
Exclude shading of org.apache.commons.logging (GoogleCloudDataproc#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
isha97 authored Mar 14, 2024
1 parent e39c652 commit eb21717
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spark-bigquery-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,9 @@
<relocation>
<pattern>org.apache.commons</pattern>
<shadedPattern>com.google.cloud.spark.bigquery.repackaged.org.apache.commons</shadedPattern>
<excludes>
<exclude>org.apache.commons.logging.*</exclude>
</excludes>
</relocation>
<relocation>
<pattern>org.apache.http</pattern>
Expand Down

0 comments on commit eb21717

Please sign in to comment.