You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Arina Ielchiieva (JIRA)" <ji...@apache.org> on 2018/04/27 14:27:00 UTC

[jira] [Updated] (DRILL-6363) Upgrade jmockit and mockito libs

     [ https://issues.apache.org/jira/browse/DRILL-6363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arina Ielchiieva updated DRILL-6363:
------------------------------------
    Description: 
JMOCKIT
{noformat}
    <dependency>
      <groupId>com.googlecode.jmockit</groupId>
      <artifactId>jmockit</artifactId>
      <version>1.3</version>
      <scope>test</scope>
    </dependency>
{noformat}
to
{noformat}
    <dependency>
      <groupId>org.jmockit</groupId>
      <artifactId>jmockit</artifactId>
      <version>1.39</version>
      <scope>test</scope>
    </dependency>
{noformat}

Change Mockito core version from 1.9.5 to 2.18.3.

> Upgrade jmockit and mockito libs
> --------------------------------
>
>                 Key: DRILL-6363
>                 URL: https://issues.apache.org/jira/browse/DRILL-6363
>             Project: Apache Drill
>          Issue Type: Task
>    Affects Versions: 1.13.0
>            Reporter: Arina Ielchiieva
>            Assignee: Arina Ielchiieva
>            Priority: Major
>             Fix For: 1.14.0
>
>
> JMOCKIT
> {noformat}
>     <dependency>
>       <groupId>com.googlecode.jmockit</groupId>
>       <artifactId>jmockit</artifactId>
>       <version>1.3</version>
>       <scope>test</scope>
>     </dependency>
> {noformat}
> to
> {noformat}
>     <dependency>
>       <groupId>org.jmockit</groupId>
>       <artifactId>jmockit</artifactId>
>       <version>1.39</version>
>       <scope>test</scope>
>     </dependency>
> {noformat}
> Change Mockito core version from 1.9.5 to 2.18.3.



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