Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zwangsheng committed Dec 12, 2023
1 parent b41181f commit 5c4605f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,27 @@
<include>com.google.thirdparty.**</include>
</includes>
</relocation>
<relocation>
<pattern>com.google.errorprone.annotations</pattern>
<shadedPattern>${gluten.shade.packageName}.com.google.errorprone.annotations</shadedPattern>
<includes>
<include>com.google.errorprone.annotations.**</include>
</includes>
</relocation>
<relocation>
<pattern>com.google.j2objc</pattern>
<shadedPattern>${gluten.shade.packageName}.com.google.j2objc</shadedPattern>
<includes>
<include>com.google.j2objc.**</include>
</includes>
</relocation>
<relocation>
<pattern>com.google.gson</pattern>
<shadedPattern>${gluten.shade.packageName}.com.google.gson</shadedPattern>
<includes>
<include>com.google.gson.**</include>
</includes>
</relocation>
<relocation>
<pattern>org.apache.arrow</pattern>
<shadedPattern>${gluten.shade.packageName}.org.apache.arrow</shadedPattern>
Expand Down

0 comments on commit 5c4605f

Please sign in to comment.