Skip to content

Commit 944476e

Browse files
committed
Added dependency version and order in tez-tests pom.xml. Note that the main idea is to give priority to Mockito than Powermock.
1 parent e83c806 commit 944476e

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

tez-tests/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,24 @@
134134
<artifactId>bcprov-jdk15on</artifactId>
135135
<scope>test</scope>
136136
</dependency>
137+
<dependency>
138+
<groupId>org.mockito</groupId>
139+
<artifactId>mockito-core</artifactId>
140+
<version>2.18.0</version>
141+
<scope>test</scope>
142+
</dependency>
143+
<dependency>
144+
<groupId>org.powermock</groupId>
145+
<artifactId>powermock-api-mockito2</artifactId>
146+
<version>2.0.2</version>
147+
<scope>test</scope>
148+
</dependency>
149+
<dependency>
150+
<groupId>org.powermock</groupId>
151+
<artifactId>powermock-module-junit4</artifactId>
152+
<version>2.0.2</version>
153+
<scope>test</scope>
154+
</dependency>
137155
</dependencies>
138156

139157
<build>

0 commit comments

Comments
 (0)