Skip to content

Commit 15bf473

Browse files
committed
Remove Mockito from pom.xml as it's not used at this point
1 parent a5417a5 commit 15bf473

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -553,13 +553,6 @@ limitations under the License.
553553
<scope>test</scope>
554554
</dependency>
555555

556-
<dependency>
557-
<groupId>org.mockito</groupId>
558-
<artifactId>mockito-junit-jupiter</artifactId>
559-
<version>3.7.7</version>
560-
<scope>test</scope>
561-
</dependency>
562-
563556
<dependency>
564557
<groupId>org.assertj</groupId>
565558
<artifactId>assertj-core</artifactId>

0 commit comments

Comments
 (0)