HBASE-25372 Fix typo in ban-jersey section of the enforcer plugin in pom.xml (#2749)

Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
lixiaobao 2020-12-09 21:34:36 +08:00 committed by Duo Zhang
parent 6ff02dedf8
commit 81868e328a
1 changed files with 2 additions and 2 deletions

View File

@ -1004,8 +1004,8 @@
<rules>
<bannedDependencies>
<excludes>
<exclude>>org.glassfish.jersey.containers:**</exclude>
<exclude>>org.glassfish.jersey.core:**</exclude>
<exclude>org.glassfish.jersey.containers:**</exclude>
<exclude>org.glassfish.jersey.core:**</exclude>
</excludes>
<message>
Use shaded jersey instead