You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by sp...@apache.org on 2017/10/16 17:23:04 UTC

sentry git commit: SENTRY-1987: Remove pom code related to non-existing TestSentryAuthorizationProvider class (Sergio Pena, reviewed by kalyan kumar kalvagadda, Na Li)

Repository: sentry
Updated Branches:
  refs/heads/master dbfd7fa86 -> 2ec0f3f82


SENTRY-1987: Remove pom code related to non-existing TestSentryAuthorizationProvider class (Sergio Pena, reviewed by kalyan kumar kalvagadda, Na Li)


Project: http://git-wip-us.apache.org/repos/asf/sentry/repo
Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/2ec0f3f8
Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/2ec0f3f8
Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/2ec0f3f8

Branch: refs/heads/master
Commit: 2ec0f3f825e915b928268c6623c9be554934dcc4
Parents: dbfd7fa
Author: Sergio Pena <se...@cloudera.com>
Authored: Mon Oct 16 12:22:40 2017 -0500
Committer: Sergio Pena <se...@cloudera.com>
Committed: Mon Oct 16 12:22:40 2017 -0500

----------------------------------------------------------------------
 sentry-hdfs/sentry-hdfs-namenode-plugin/pom.xml | 13 -------------
 1 file changed, 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sentry/blob/2ec0f3f8/sentry-hdfs/sentry-hdfs-namenode-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/sentry-hdfs/sentry-hdfs-namenode-plugin/pom.xml b/sentry-hdfs/sentry-hdfs-namenode-plugin/pom.xml
index 9a82f19..acb9e47 100644
--- a/sentry-hdfs/sentry-hdfs-namenode-plugin/pom.xml
+++ b/sentry-hdfs/sentry-hdfs-namenode-plugin/pom.xml
@@ -66,18 +66,5 @@ limitations under the License.
       <scope>test</scope>
     </dependency>
   </dependencies>
-  <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>
 
 </project>