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

kalyan kumar kalvagadda commented on SENTRY-1987:
-------------------------------------------------

Yes, I did. 

> Remove pom code related to non-existing TestSentryAuthorizationProvider class
> -----------------------------------------------------------------------------
>
>                 Key: SENTRY-1987
>                 URL: https://issues.apache.org/jira/browse/SENTRY-1987
>             Project: Sentry
>          Issue Type: Bug
>          Components: Sentry
>    Affects Versions: 2.0.0
>            Reporter: Sergio Peña
>            Assignee: Sergio Peña
>         Attachments: SENTRY-1987.1.patch
>
>
> The class TestSentryAuthorizationProvider does not exist on the code base, 
> and the following code in sentry-hdfs/sentry-hdfs-namenod-plugin/pom.xml 
> makes a reference to it:
> {noformat}
> <build>
>     <plugins>
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-surefire-plugin</artifactId>
>         <configuration>
>           <excludes>
>             <exclude>**/TestSentryAuthorizationProvider.java</exclude>
>           </excludes>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>
> {noformat}
> We can safely remove this code.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to