Skip to content

Commit

Permalink
Add mockito-inline (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Sep 22, 2021
1 parent 50b130d commit de22a8d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
<!-- To skip the wizard by default in hpi:run. It should not impact other goals. -->
<hudson.Main.development>true</hudson.Main.development>

<mockito.version>3.12.4</mockito.version>
<access-modifier-checker.version>1.24</access-modifier-checker.version>
<animal.sniffer.version>1.20</animal.sniffer.version>
<powermock.version>2.0.9</powermock.version>
Expand Down Expand Up @@ -158,7 +159,12 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.12.4</version>
<version>${mockito.version}</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>${mockito.version}</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
Expand Down

0 comments on commit de22a8d

Please sign in to comment.