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

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

    [ https://issues.apache.org/jira/browse/HBASE-25372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17245955#comment-17245955 ] 

lixiaobao commented on HBASE-25372:
-----------------------------------

[GitHub Pull Request #2749|https://github.com/apache/hbase/pull/2749]

> 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: Bug
>          Components: build
>            Reporter: Duo Zhang
>            Assignee: lixiaobao
>            Priority: Major
>              Labels: trivial
>             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)