You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2020/12/09 13:44:08 UTC

[hbase] branch branch-2.4 updated: HBASE-25372 Fix typo in ban-jersey section of the enforcer plugin in pom.xml (#2749)

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.4 by this push:
     new 35fb8f1  HBASE-25372 Fix typo in ban-jersey section of the enforcer plugin in pom.xml (#2749)
35fb8f1 is described below

commit 35fb8f184b5bfc2afc70cc80a82eb7a582f9dace
Author: lixiaobao <li...@gmail.com>
AuthorDate: Wed Dec 9 21:34:36 2020 +0800

    HBASE-25372 Fix typo in ban-jersey section of the enforcer plugin in pom.xml (#2749)
    
    Signed-off-by: Wei-Chiu Chuang <we...@apache.org>
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4225132..c3c65ff 100755
--- a/pom.xml
+++ b/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