[ 
https://issues.apache.org/jira/browse/NUMBERS-113?focusedWorklogId=255865&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-255865
 ]

ASF GitHub Bot logged work on NUMBERS-113:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 07/Jun/19 11:50
            Start Date: 07/Jun/19 11:50
    Worklog Time Spent: 10m 
      Work Description: Schamschi commented on pull request #50: NUMBERS-113: 
Fix JUnit dependencies in pom.xml
URL: https://github.com/apache/commons-numbers/pull/50
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 255865)
    Time Spent: 1h 20m  (was: 1h 10m)

> Broken/deprecated/old JUnit dependencies in pom.xml
> ---------------------------------------------------
>
>                 Key: NUMBERS-113
>                 URL: https://issues.apache.org/jira/browse/NUMBERS-113
>             Project: Commons Numbers
>          Issue Type: Bug
>            Reporter: Heinrich Bohne
>            Priority: Major
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> The recent 
> [commit|https://github.com/apache/commons-numbers/commit/999935b53cff1a9fc8c9a5b4a44bd33d22c959c4]
>  where JUnit 5 was introduced seems to have broken something. Apparently, the 
> version number for the junit-platform-runner dependency (version 5.0.0-M4) 
> does not exist.
> Also, the latest stable version of junit-jupiter-engine is 5.4.2, but the 
> pom.xml declares a version number 5.0.0-M4 also for this dependency.
> Besides, I'm getting a warning when trying to run tests:
> bq. The junit-platform-surefire-provider has been deprecated and is scheduled 
> to be removed in JUnit Platform 1.4. Please use the built-in support in Maven 
> Surefire >= 2.22.0 instead.
> I'm not sure what this means, but I assume it has something to do with the 
> dependencies configured for the surefire plugin, which were not there before.
> Besides, I think the appropriate scope for the junit-jupiter-engine 
> dependency is {{test}} (currently, it is not set, so it defaults to 
> {{compile}}).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to