This is an automated email from the ASF dual-hosted git repository.
ndimiduk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git
The following commit(s) were added to refs/heads/master by this push:
new 1d73a2e HBASE-25855 Fix typo in jersey relocation path
1d73a2e is described below
commit 1d73a2e7b5b0befb78047845da4444546a694eeb
Author: Nick Dimiduk <[email protected]>
AuthorDate: Wed May 5 12:49:22 2021 -0700
HBASE-25855 Fix typo in jersey relocation path
We shade to "jersery" instead of "jersey".
Signed-off-by: Duo Zhang <[email protected]>
---
hbase-shaded-jersey/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hbase-shaded-jersey/pom.xml b/hbase-shaded-jersey/pom.xml
index 79c4484..9961137 100644
--- a/hbase-shaded-jersey/pom.xml
+++ b/hbase-shaded-jersey/pom.xml
@@ -74,7 +74,7 @@
</relocation>
<relocation>
<pattern>jersey</pattern>
- <shadedPattern>${rename.offset}.jersery</shadedPattern>
+ <shadedPattern>${rename.offset}.jersey</shadedPattern>
</relocation>
<relocation>
<pattern>com.sun.research</pattern>