This is an automated email from the ASF dual-hosted git repository.

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 3df87eb6801 chore: remove unused test dependencies in google
3df87eb6801 is described below

commit 3df87eb6801a5ff4ffbbf92d00116313d1b37271
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Wed Jun 5 13:45:55 2024 +0200

    chore: remove unused test dependencies in google
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 components/camel-google/camel-google-functions/pom.xml      | 6 ------
 components/camel-google/camel-google-secret-manager/pom.xml | 6 ------
 components/camel-google/camel-google-storage/pom.xml        | 6 ------
 3 files changed, 18 deletions(-)

diff --git a/components/camel-google/camel-google-functions/pom.xml 
b/components/camel-google/camel-google-functions/pom.xml
index c08d1d07d7a..ea3c3418075 100644
--- a/components/camel-google/camel-google-functions/pom.xml
+++ b/components/camel-google/camel-google-functions/pom.xml
@@ -102,11 +102,5 @@
             <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>
     </dependencies>
 </project>
diff --git a/components/camel-google/camel-google-secret-manager/pom.xml 
b/components/camel-google/camel-google-secret-manager/pom.xml
index d1342b7f2f8..27a229814fc 100644
--- a/components/camel-google/camel-google-secret-manager/pom.xml
+++ b/components/camel-google/camel-google-secret-manager/pom.xml
@@ -101,11 +101,5 @@
             <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>
     </dependencies>
 </project>
diff --git a/components/camel-google/camel-google-storage/pom.xml 
b/components/camel-google/camel-google-storage/pom.xml
index aa12bebad41..60af7c384e7 100644
--- a/components/camel-google/camel-google-storage/pom.xml
+++ b/components/camel-google/camel-google-storage/pom.xml
@@ -73,12 +73,6 @@
             <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.google.cloud</groupId>
             <artifactId>google-cloud-core</artifactId>

Reply via email to