| commit | e129ced692959513a14a8d2d0e4e117aeaaee8ee | [log] [tgz] |
|---|---|---|
| author | jansupol <15908245+jansupol@users.noreply.github.com> | Mon May 10 13:43:08 2021 +0200 |
| committer | GitHub <noreply@github.com> | Mon May 10 13:43:08 2021 +0200 |
| tree | f310768e37733e1c1f164cf2f1d756c7518c6baa | |
| parent | 74e2279c55bed4d6abe6a7968f7e52e16af8ffa6 [diff] [blame] |
JDK16 Support (#4785) * JDK16 Support Signed-off-by: jansupol <jan.supol@oracle.com>
diff --git a/core-common/pom.xml b/core-common/pom.xml index 523326d..9ecbc63 100644 --- a/core-common/pom.xml +++ b/core-common/pom.xml
@@ -212,7 +212,7 @@ </dependency> <dependency> <groupId>org.mockito</groupId> - <artifactId>mockito-all</artifactId> + <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> <dependency>