You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sk...@apache.org on 2021/02/03 14:52:08 UTC

[ignite-3] branch main updated: IGNITE-14122 Fixed NullPointerException at ProgressBarTest. (#45)

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

sk0x50 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 1100899  IGNITE-14122 Fixed NullPointerException at ProgressBarTest. (#45)
1100899 is described below

commit 11008996344abd3769f9379a1f8a4dd1beb86496
Author: Kirill Gusakov <kg...@gmail.com>
AuthorDate: Wed Feb 3 17:51:44 2021 +0300

    IGNITE-14122 Fixed NullPointerException at ProgressBarTest. (#45)
    
    Signed-off-by: Slava Koptilin <sl...@gmail.com>
---
 modules/cli/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/modules/cli/pom.xml b/modules/cli/pom.xml
index 8c6a3d2..fed7c40 100644
--- a/modules/cli/pom.xml
+++ b/modules/cli/pom.xml
@@ -96,6 +96,12 @@
         </dependency>
 
         <dependency>
+            <groupId>org.junit.jupiter</groupId>
+            <artifactId>junit-jupiter-engine</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-junit-jupiter</artifactId>
             <scope>test</scope>