This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit a495e5c476a09d89df313333ba3fcf00722a6967 Author: P. Ottlinger <[email protected]> AuthorDate: Thu Jul 15 23:10:45 2021 +0200 RAT-283: Fix mockito setup in project --- apache-rat-plugin/pom.xml | 2 +- pom.xml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/apache-rat-plugin/pom.xml b/apache-rat-plugin/pom.xml index 10b3273..97a429b 100644 --- a/apache-rat-plugin/pom.xml +++ b/apache-rat-plugin/pom.xml @@ -161,7 +161,7 @@ </dependency> <dependency> <groupId>org.mockito</groupId> - <artifactId>mockito-all</artifactId> + <artifactId>mockito-core</artifactId> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId> diff --git a/pom.xml b/pom.xml index 310ec30..d296a2e 100644 --- a/pom.xml +++ b/pom.xml @@ -112,12 +112,6 @@ agnostic home for software distribution comprehension and audit tools. <scope>test</scope> </dependency> <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-all</artifactId> - <version>${mockito.version}</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <version>2.2</version>
