Skip to content

Commit 91cb8a3

Browse files
m
1 parent 65be139 commit 91cb8a3

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

sdk1/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,12 @@
153153
<type>pom</type>
154154
<scope>import</scope>
155155
</dependency>
156+
<dependency>
157+
<groupId>org.mockito</groupId>
158+
<artifactId>mockito-core</artifactId>
159+
<version>4.11.0</version>
160+
<scope>test</scope>
161+
</dependency>
156162
</dependencies>
157163
</dependencyManagement>
158164

@@ -261,6 +267,12 @@
261267
<scope>test</scope>
262268
</dependency>
263269

270+
<dependency>
271+
<groupId>org.mockito</groupId>
272+
<artifactId>mockito-core</artifactId>
273+
<scope>test</scope>
274+
</dependency>
275+
264276
<dependency>
265277
<groupId>org.mockito</groupId>
266278
<artifactId>mockito-inline</artifactId>

0 commit comments

Comments
 (0)