You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2020/12/08 14:55:00 UTC

[jira] [Created] (HBASE-25372) Fix typo in ban-jersey section of the enforcer plugin in pom.xml

Duo Zhang created HBASE-25372:
---------------------------------

             Summary: Fix typo in ban-jersey section of the enforcer plugin in pom.xml
                 Key: HBASE-25372
                 URL: https://issues.apache.org/jira/browse/HBASE-25372
             Project: HBase
          Issue Type: Task
          Components: build
         Environment: Fi
            Reporter: Duo Zhang
             Fix For: 3.0.0-alpha-1, 2.5.0, 2.4.1


{code}
                  <excludes>
                    <exclude>>org.glassfish.jersey.containers:**</exclude>
                    <exclude>>org.glassfish.jersey.core:**</exclude>
                  </excludes>
{code}

Need to remove the extra '>'.

This was introduced when we shaded jetty and jersey.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)