Skip to content

Commit

Permalink
Fix shade configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
laughingman7743 committed Jan 10, 2024
1 parent 2b5cbd4 commit 73a24ec
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,12 @@
<shadedPattern>com.github.hpgrahsl.kafka.connect.shaded.autovalue</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache</pattern>
<shadedPattern>com.github.hpgrahsl.kafka.connect.shaded.org.apache</shadedPattern>
<pattern>org.apache.commons</pattern>
<shadedPattern>com.github.hpgrahsl.kafka.connect.shaded.org.apache.commons</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.http</pattern>
<shadedPattern>com.github.hpgrahsl.kafka.connect.shaded.org.apache.http</shadedPattern>
</relocation>
<relocation>
<pattern>opencensus</pattern>
Expand Down

0 comments on commit 73a24ec

Please sign in to comment.