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:
parent
6ff02dedf8
commit
81868e328a
4
pom.xml
4
pom.xml
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue