You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Michael Stack (Jira)" <ji...@apache.org> on 2020/02/07 22:58:00 UTC

[jira] [Commented] (HBASE-23813) Get surefire version from parent pom rather than define it in hbase-archetypes

    [ https://issues.apache.org/jira/browse/HBASE-23813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17032726#comment-17032726 ] 

Michael Stack commented on HBASE-23813:
---------------------------------------

Just does this:
{code}
diff --git a/hbase-archetypes/hbase-client-project/pom.xml b/hbase-archetypes/hbase-client-project/pom.xml
index 8327e9ab95..4cce0003fe 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 eef7934401..a10de2c5d1 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. -->
diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/replication/master/Replicati
{code}

> Get surefire version from parent pom rather than define it in hbase-archetypes
> ------------------------------------------------------------------------------
>
>                 Key: HBASE-23813
>                 URL: https://issues.apache.org/jira/browse/HBASE-23813
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Michael Stack
>            Priority: Trivial
>
> Minor, minor issue. Remove version specification when should be inheriting from parent.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)