Skip to content

Commit f3c97b8

Browse files
authored
Merge pull request #10 from arenadata/ADH-6776-jersey-shade
ADH-6776: shade jersey.repackaged.org
2 parents f00c666 + 2d751cc commit f3c97b8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • extensions/spark/kyuubi-spark-authz-shaded

extensions/spark/kyuubi-spark-authz-shaded/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@
9292
<pattern>com.sun.jersey</pattern>
9393
<shadedPattern>${kyuubi.shade.packageName}.com.sun.jersey</shadedPattern>
9494
</relocation>
95+
<relocation>
96+
<pattern>jersey.repackaged.org</pattern>
97+
<shadedPattern>${kyuubi.shade.packageName}.jersey.repackaged.org</shadedPattern>
98+
</relocation>
9599
<relocation>
96100
<pattern>com.sun.ws.rs.ext</pattern>
97101
<shadedPattern>${kyuubi.shade.packageName}.com.sun.ws.rs.ext</shadedPattern>

0 commit comments

Comments
 (0)