Skip to content

Commit 7c624e0

Browse files
author
bryanhuntesl
committed
bring powermock to java 9 compatible version
1 parent 13b9960 commit 7c624e0

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

‎pom.xml

+8-9
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<properties>
6767
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6868
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
69-
<powermock.version>1.6.5</powermock.version>
69+
<powermock.version>2.0.0-beta.5</powermock.version>
7070
<slf4j.version>1.7.21</slf4j.version>
7171
<jackson.version>2.8.0</jackson.version>
7272
<java.target.version>1.8</java.target.version>
@@ -336,7 +336,7 @@
336336
<plugin>
337337
<groupId>org.jacoco</groupId>
338338
<artifactId>jacoco-maven-plugin</artifactId>
339-
<version>0.7.7.201606060606</version>
339+
<version>0.8.0</version>
340340
<executions>
341341
<execution>
342342
<id>jacoco-initialize</id>
@@ -414,15 +414,9 @@
414414
<artifactId>slf4j-api</artifactId>
415415
<version>${slf4j.version}</version>
416416
</dependency>
417-
<dependency>
418-
<groupId>org.mockito</groupId>
419-
<artifactId>mockito-core</artifactId>
420-
<version>1.10.19</version>
421-
<scope>test</scope>
422-
</dependency>
423417
<dependency>
424418
<groupId>org.powermock</groupId>
425-
<artifactId>powermock-api-mockito</artifactId>
419+
<artifactId>powermock-api-mockito2</artifactId>
426420
<version>${powermock.version}</version>
427421
<scope>test</scope>
428422
</dependency>
@@ -470,5 +464,10 @@
470464
<artifactId>jinterface</artifactId>
471465
<version>1.6.1</version>
472466
</dependency>
467+
<dependency>
468+
<groupId>commons-codec</groupId>
469+
<artifactId>commons-codec</artifactId>
470+
<version>1.10</version>
471+
</dependency>
473472
</dependencies>
474473
</project>

0 commit comments

Comments
 (0)