Skip to content

Commit 29236c6

Browse files
authored
Merge pull request #2781 from hazendaz/master
[pom] Add mockito subclass support
2 parents 5b00bb8 + 68fe12d commit 29236c6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2009-2022 the original author or authors.
4+
Copyright 2009-2023 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -240,6 +240,12 @@
240240
<version>5.0.0</version>
241241
<scope>test</scope>
242242
</dependency>
243+
<dependency>
244+
<groupId>org.mockito</groupId>
245+
<artifactId>mockito-subclass</artifactId>
246+
<version>5.0.0</version>
247+
<scope>test</scope>
248+
</dependency>
243249
<dependency>
244250
<groupId>org.mockito</groupId>
245251
<artifactId>mockito-junit-jupiter</artifactId>

0 commit comments

Comments
 (0)