You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/02 12:48:44 UTC

[camel] 08/08: CAMEL-19062 - Clean up Parent POM - Mockito

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 <an...@gmail.com>
AuthorDate: Thu Mar 2 13:45:22 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Mockito
    
    Signed-off-by: Andrea Cosentino <an...@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>