You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by co...@apache.org on 2017/07/10 11:29:17 UTC

ranger git commit: Trying to fix jenkins build failure for Kerberos tests

Repository: ranger
Updated Branches:
  refs/heads/master b47fe3477 -> f695b5def


Trying to fix jenkins build failure for Kerberos tests


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

Branch: refs/heads/master
Commit: f695b5def99d6614f917b393c3802a721b82b687
Parents: b47fe34
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Mon Jul 10 12:29:03 2017 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Mon Jul 10 12:29:03 2017 +0100

----------------------------------------------------------------------
 plugin-kafka/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/f695b5de/plugin-kafka/pom.xml
----------------------------------------------------------------------
diff --git a/plugin-kafka/pom.xml b/plugin-kafka/pom.xml
index b915427..3a8a1d3 100644
--- a/plugin-kafka/pom.xml
+++ b/plugin-kafka/pom.xml
@@ -117,7 +117,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.19.1</version>
+                <inherited>true</inherited>
                 <configuration>
                     <reuseForks>false</reuseForks>
                 </configuration>