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 970f2746ad216c39093675622f833ed7693595e8
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Mar 2 11:42:50 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Mockito
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 parent/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index fa5111f8d80..e87b145adf5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2773,16 +2773,6 @@
                 <scope>import</scope>
             </dependency>
            
-            <dependency>
-                <groupId>org.mockito</groupId>
-                <artifactId>mockito-core</artifactId>
-                <version>${mockito-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.mockito</groupId>
-                <artifactId>mockito-junit-jupiter</artifactId>
-                <version>${mockito-version}</version>
-            </dependency>
             <dependency>
                 <groupId>httpunit</groupId>
                 <artifactId>httpunit</artifactId>

Reply via email to