Sergio Peña created SENTRY-1987:
-----------------------------------

             Summary: 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


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