Skip to content

Commit

Permalink
Use new mockito-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
famod committed Jan 25, 2022
1 parent 0bfce99 commit b8adf8b
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,15 @@
<scope>import</scope>
</dependency>

<!-- Mockito BOM -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-bom</artifactId>
<version>${mockito.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- Quarkus core -->

<dependency>
Expand Down Expand Up @@ -4466,21 +4475,6 @@
<artifactId>elasticsearch-rest-client-sniffer</artifactId>
<version>${elasticsearch-opensource-components.version}</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>${mockito.version}</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>${mockito.version}</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>${mockito.version}</version>
</dependency>
<dependency>
<groupId>org.junit-pioneer</groupId>
<artifactId>junit-pioneer</artifactId>
Expand Down

0 comments on commit b8adf8b

Please sign in to comment.