petersomogyi commented on pull request #29:
URL: https://github.com/apache/hbase-thirdparty/pull/29#issuecomment-670520138


   Can you try to add the following relocation rule to deal with `-` prefix?
   ```
   <relocation>
     <pattern>-org.eclipse</pattern>
     <shadedPattern>-${shaded.prefix}.org.eclipse</shadedPattern>
   </relocation>
   ```
   
   >Not sure if it is intenional or not... But anyway this could also be solved 
by changing the test, not a big deal.
   
   Changing the test looks fine to me.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to