[
https://issues.apache.org/jira/browse/SENTRY-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergio Peña updated SENTRY-1987:
--------------------------------
Status: Patch Available (was: Open)
> 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
> 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)