You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2020/02/08 17:17:45 UTC

[hbase] branch master updated: HBASE-23813 Get surefire version from parent pom rather than define it in hbase-archetypes (#1145)

This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 348ee59  HBASE-23813 Get surefire version from parent pom rather than define it in hbase-archetypes (#1145)
348ee59 is described below

commit 348ee5966b3db002ee3247fa4bceb2d1a17729ad
Author: Michael Stack <sa...@users.noreply.github.com>
AuthorDate: Sat Feb 8 09:14:57 2020 -0800

    HBASE-23813 Get surefire version from parent pom rather than define it in hbase-archetypes (#1145)
    
    
    Signed-off-by: Nick Dimiduk ndimiduk@apache.org
    Signed-off-by: Jan Hentschel janh@apache.org
    Signed-off-by: Zach York zyork@apache.org
---
 hbase-archetypes/hbase-client-project/pom.xml        | 2 --
 hbase-archetypes/hbase-shaded-client-project/pom.xml | 2 --
 2 files changed, 4 deletions(-)

diff --git a/hbase-archetypes/hbase-client-project/pom.xml b/hbase-archetypes/hbase-client-project/pom.xml
index 8bcad42..5b4508a 100644
--- a/hbase-archetypes/hbase-client-project/pom.xml
+++ b/hbase-archetypes/hbase-client-project/pom.xml
@@ -37,8 +37,6 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <maven.compiler.source>${compileSource}</maven.compiler.source>
     <maven.compiler.target>${compileSource}</maven.compiler.target>
-    <surefire.version>2.19</surefire.version>
-    <junit.version>4.12</junit.version>
   </properties>
   <dependencies>
     <!-- Dependency for hbase-testing-util must precede compile-scoped dependencies. -->
diff --git a/hbase-archetypes/hbase-shaded-client-project/pom.xml b/hbase-archetypes/hbase-shaded-client-project/pom.xml
index 33e84a7..bdbd4b6 100644
--- a/hbase-archetypes/hbase-shaded-client-project/pom.xml
+++ b/hbase-archetypes/hbase-shaded-client-project/pom.xml
@@ -37,8 +37,6 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <maven.compiler.source>${compileSource}</maven.compiler.source>
     <maven.compiler.target>${compileSource}</maven.compiler.target>
-    <surefire.version>2.19</surefire.version>
-    <junit.version>4.12</junit.version>
   </properties>
   <dependencies>
     <!-- Dependency for hbase-testing-util must precede compile-scoped dependencies. -->