We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220eacf commit bee09bbCopy full SHA for bee09bb
hbase-shaded/pom.xml
@@ -129,6 +129,18 @@
129
</artifactSet>
130
<relocations>
131
<!-- top level com not including sun-->
132
+ <relocation>
133
+ <pattern>com.sun.istack</pattern>
134
+ <shadedPattern>${shaded.prefix}.com.sun.istack</shadedPattern>
135
+ </relocation>
136
137
+ <pattern>com.sun.jersey</pattern>
138
+ <shadedPattern>${shaded.prefix}.com.sun.jersey</shadedPattern>
139
140
141
+ <pattern>com.sun.xml</pattern>
142
+ <shadedPattern>${shaded.prefix}.com.sun.xml</shadedPattern>
143
144
<relocation>
145
<pattern>com.cedarsoftware</pattern>
146
<shadedPattern>${shaded.prefix}.com.cedarsoftware</shadedPattern>
0 commit comments