mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +08:00
build(maven): import Mockito related dependencies
This commit is contained in:
@@ -54,13 +54,22 @@
|
|||||||
<groupId>work.slhaf</groupId>
|
<groupId>work.slhaf</groupId>
|
||||||
<artifactId>Partner-Common</artifactId>
|
<artifactId>Partner-Common</artifactId>
|
||||||
<version>0.5.0</version>
|
<version>0.5.0</version>
|
||||||
<scope>test</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>work.slhaf</groupId>
|
<groupId>org.mockito</groupId>
|
||||||
<artifactId>Partner-Common</artifactId>
|
<artifactId>mockito-core</artifactId>
|
||||||
<version>0.5.0</version>
|
<version>5.20.0</version>
|
||||||
<scope>compile</scope>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.mockito</groupId>
|
||||||
|
<artifactId>mockito-junit-jupiter</artifactId>
|
||||||
|
<version>5.20.0</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.mockito</groupId>
|
||||||
|
<artifactId>mockito-inline</artifactId>
|
||||||
|
<version>5.2.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user