This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 37e3c67e09d05b6f65efe124c55bd10cce5d9cd1 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Mar 2 13:45:22 2023 +0100 CAMEL-19062 - Clean up Parent POM - Mockito Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- components/camel-grpc/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/camel-grpc/pom.xml b/components/camel-grpc/pom.xml index 87497b4997a..5823d6cfdca 100644 --- a/components/camel-grpc/pom.xml +++ b/components/camel-grpc/pom.xml @@ -128,6 +128,12 @@ <artifactId>camel-test-junit5</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>${mockito-version}</version> + <scope>test</scope> + </dependency> <dependency> <groupId>com.googlecode.junit-toolbox</groupId> <artifactId>junit-toolbox</artifactId>