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 ba6fa55594a6708bca654c944daf69a56fb4b35b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Mar 2 13:21:51 2023 +0100 CAMEL-19062 - Clean up Parent POM - Mockito Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- components/camel-atlasmap/pom.xml | 1 + components/camel-atmosphere-websocket/pom.xml | 1 + components/camel-cxf/camel-cxf-rest/pom.xml | 1 + components/camel-cxf/camel-cxf-soap/pom.xml | 1 + components/camel-cxf/camel-cxf-spring-rest/pom.xml | 1 + components/camel-cxf/camel-cxf-spring-soap/pom.xml | 1 + components/camel-cxf/camel-cxf-spring-transport/pom.xml | 1 + components/camel-cxf/camel-cxf-transport/pom.xml | 1 + components/camel-jms/pom.xml | 1 + 9 files changed, 9 insertions(+) diff --git a/components/camel-atlasmap/pom.xml b/components/camel-atlasmap/pom.xml index fe44ce92795..b61d9c5a3ef 100644 --- a/components/camel-atlasmap/pom.xml +++ b/components/camel-atlasmap/pom.xml @@ -111,6 +111,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-atmosphere-websocket/pom.xml b/components/camel-atmosphere-websocket/pom.xml index 259ae4ab48b..c683f054d79 100644 --- a/components/camel-atmosphere-websocket/pom.xml +++ b/components/camel-atmosphere-websocket/pom.xml @@ -68,6 +68,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> diff --git a/components/camel-cxf/camel-cxf-rest/pom.xml b/components/camel-cxf/camel-cxf-rest/pom.xml index 1fed60bd96b..562352661f5 100644 --- a/components/camel-cxf/camel-cxf-rest/pom.xml +++ b/components/camel-cxf/camel-cxf-rest/pom.xml @@ -185,6 +185,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-cxf/camel-cxf-soap/pom.xml b/components/camel-cxf/camel-cxf-soap/pom.xml index ed51dc24c56..019935364ce 100644 --- a/components/camel-cxf/camel-cxf-soap/pom.xml +++ b/components/camel-cxf/camel-cxf-soap/pom.xml @@ -218,6 +218,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-cxf/camel-cxf-spring-rest/pom.xml b/components/camel-cxf/camel-cxf-spring-rest/pom.xml index 3da6b61ddce..dc26181f1a3 100644 --- a/components/camel-cxf/camel-cxf-spring-rest/pom.xml +++ b/components/camel-cxf/camel-cxf-spring-rest/pom.xml @@ -194,6 +194,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-cxf/camel-cxf-spring-soap/pom.xml b/components/camel-cxf/camel-cxf-spring-soap/pom.xml index aea9102b455..cf7b89da1e6 100644 --- a/components/camel-cxf/camel-cxf-spring-soap/pom.xml +++ b/components/camel-cxf/camel-cxf-spring-soap/pom.xml @@ -208,6 +208,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-cxf/camel-cxf-spring-transport/pom.xml b/components/camel-cxf/camel-cxf-spring-transport/pom.xml index 0c06c243657..92ac84e30a0 100644 --- a/components/camel-cxf/camel-cxf-spring-transport/pom.xml +++ b/components/camel-cxf/camel-cxf-spring-transport/pom.xml @@ -68,6 +68,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-cxf/camel-cxf-transport/pom.xml b/components/camel-cxf/camel-cxf-transport/pom.xml index 87676b3fda4..c5577d86929 100644 --- a/components/camel-cxf/camel-cxf-transport/pom.xml +++ b/components/camel-cxf/camel-cxf-transport/pom.xml @@ -91,6 +91,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> </dependencies> diff --git a/components/camel-jms/pom.xml b/components/camel-jms/pom.xml index 9d9303ee18f..204c7ac5702 100644 --- a/components/camel-jms/pom.xml +++ b/components/camel-jms/pom.xml @@ -144,6 +144,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> </dependencies>