There was an error while loading. Please reload this page.
2 parents f00c666 + 2d751cc commit f3c97b8Copy full SHA for f3c97b8
1 file changed
extensions/spark/kyuubi-spark-authz-shaded/pom.xml
@@ -92,6 +92,10 @@
92
<pattern>com.sun.jersey</pattern>
93
<shadedPattern>${kyuubi.shade.packageName}.com.sun.jersey</shadedPattern>
94
</relocation>
95
+ <relocation>
96
+ <pattern>jersey.repackaged.org</pattern>
97
+ <shadedPattern>${kyuubi.shade.packageName}.jersey.repackaged.org</shadedPattern>
98
+ </relocation>
99
<relocation>
100
<pattern>com.sun.ws.rs.ext</pattern>
101
<shadedPattern>${kyuubi.shade.packageName}.com.sun.ws.rs.ext</shadedPattern>
0 commit comments