You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2021/10/22 15:03:30 UTC

[incubator-hop] branch 2.0.0 updated: HOP-3426: add powermock back to engine

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

hansva pushed a commit to branch 2.0.0
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/2.0.0 by this push:
     new 3604822  HOP-3426: add powermock back to engine
     new 4552838  Merge pull request #1167 from hansva/2.0.0
3604822 is described below

commit 3604822edc4a9e87cf8478f2b8849c849377b8d5
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Fri Oct 22 17:02:57 2021 +0200

    HOP-3426: add powermock back to engine
---
 engine/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/engine/pom.xml b/engine/pom.xml
index 0b5ee41..d707295 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -535,6 +535,16 @@
             </exclusions>
         </dependency>
         <dependency>
+            <groupId>org.powermock</groupId>
+            <artifactId>powermock-module-junit4</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.powermock</groupId>
+            <artifactId>powermock-api-mockito2</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.hamcrest</groupId>
             <artifactId>hamcrest-core</artifactId>
             <version>2.2</version>