build(maven): import Mockito related dependencies

This commit is contained in:
2026-02-01 14:56:47 +08:00
parent 346f925b66
commit fbd30d1a96

View File

@@ -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>