fixed mockito dependency issue

This commit is contained in:
Amalka Subasinghe 2023-07-06 10:40:38 +05:30 committed by pasindu
parent defb0aed04
commit c855b707e7

View File

@ -41,7 +41,7 @@
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<artifactId>powermock-api-mockito2</artifactId>
<scope>test</scope>
</dependency>
<dependency>