Skip to content

Commit

Permalink
relocation
Browse files Browse the repository at this point in the history
  • Loading branch information
yikf committed Oct 17, 2023
1 parent 6c6e50e commit 2068c98
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions extensions/spark/kyuubi-spark-authz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,24 @@
</excludes>
</filter>
</filters>
<relocations>
<relocation>
<pattern>org.apache.ranger</pattern>
<shadedPattern>${kyuubi.shade.packageName}.org.apache.ranger</shadedPattern>
</relocation>
<relocation>
<pattern>org.codehaus.jackson.jaxrs</pattern>
<shadedPattern>${kyuubi.shade.packageName}.org.codehaus.jackson.jaxrs</shadedPattern>
</relocation>
<relocation>
<pattern>com.sun.jersey</pattern>
<shadedPattern>${kyuubi.shade.packageName}.com.sun.jersey</shadedPattern>
</relocation>
<relocation>
<pattern>com.kstruct.gethostname4j</pattern>
<shadedPattern>${kyuubi.shade.packageName}.com.kstruct.gethostname4j</shadedPattern>
</relocation>
</relocations>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"></transformer>
</transformers>
Expand Down

0 comments on commit 2068c98

Please sign in to comment.