Skip to content

Commit

Permalink
#1 mockito version
Browse files Browse the repository at this point in the history
  • Loading branch information
pateldes committed Feb 9, 2021
1 parent dbe401f commit b3a8cb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emc-metalnx-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${spring.version}</version>
<version>${spring.version}</version><!--$NO-MVN-MAN-VER$-->
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -95,7 +95,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
<version>${mockito.version}</version>
<version>${mockito.version}</version><!--$NO-MVN-MAN-VER$-->
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
<version>${mockito.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit b3a8cb6

Please sign in to comment.