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 826a1bad3e8f64dfe3f5870d4eced7a1c22986b9 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Mar 2 13:41:37 2023 +0100 CAMEL-19062 - Clean up Parent POM - Mockito Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- components/camel-openapi-java/pom.xml | 1 + components/camel-pgevent/pom.xml | 1 + components/camel-printer/pom.xml | 1 + components/camel-pulsar/pom.xml | 1 + components/camel-quickfix/pom.xml | 1 + components/camel-rest-openapi/pom.xml | 1 + components/camel-salesforce/camel-salesforce-component/pom.xml | 1 + components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml | 1 + components/camel-smpp/pom.xml | 1 + components/camel-splunk-hec/pom.xml | 1 + components/camel-splunk/pom.xml | 1 + components/camel-spring-batch/pom.xml | 1 + components/camel-spring-ldap/pom.xml | 1 + components/camel-spring-rabbitmq/pom.xml | 1 + components/camel-spring-redis/pom.xml | 1 + components/camel-stitch/pom.xml | 1 + components/camel-weather/pom.xml | 1 + components/camel-web3j/pom.xml | 1 + components/camel-zeebe/pom.xml | 1 + tests/camel-itest/pom.xml | 1 + 20 files changed, 20 insertions(+) diff --git a/components/camel-openapi-java/pom.xml b/components/camel-openapi-java/pom.xml index 9045818f78f..a5532c28bbd 100644 --- a/components/camel-openapi-java/pom.xml +++ b/components/camel-openapi-java/pom.xml @@ -119,6 +119,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> </dependencies> diff --git a/components/camel-pgevent/pom.xml b/components/camel-pgevent/pom.xml index 9420a4afb47..34db4c1e712 100644 --- a/components/camel-pgevent/pom.xml +++ b/components/camel-pgevent/pom.xml @@ -56,6 +56,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> diff --git a/components/camel-printer/pom.xml b/components/camel-printer/pom.xml index 0a4dd1d79e9..8d3a3d8ddeb 100644 --- a/components/camel-printer/pom.xml +++ b/components/camel-printer/pom.xml @@ -55,6 +55,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> </dependencies> diff --git a/components/camel-pulsar/pom.xml b/components/camel-pulsar/pom.xml index ad9a7a3c67f..11103151355 100644 --- a/components/camel-pulsar/pom.xml +++ b/components/camel-pulsar/pom.xml @@ -57,6 +57,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-quickfix/pom.xml b/components/camel-quickfix/pom.xml index 187783e10e7..aa87dd8c153 100644 --- a/components/camel-quickfix/pom.xml +++ b/components/camel-quickfix/pom.xml @@ -70,6 +70,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-rest-openapi/pom.xml b/components/camel-rest-openapi/pom.xml index 12012b1d074..fd0364fe090 100644 --- a/components/camel-rest-openapi/pom.xml +++ b/components/camel-rest-openapi/pom.xml @@ -77,6 +77,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> diff --git a/components/camel-salesforce/camel-salesforce-component/pom.xml b/components/camel-salesforce/camel-salesforce-component/pom.xml index ff01224e348..b15b8b79ca1 100644 --- a/components/camel-salesforce/camel-salesforce-component/pom.xml +++ b/components/camel-salesforce/camel-salesforce-component/pom.xml @@ -170,6 +170,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml index 73005f5a5a0..09c3d460d4f 100644 --- a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml +++ b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml @@ -177,6 +177,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> + <version>${mockito-version}</version> </dependency> </dependencies> diff --git a/components/camel-smpp/pom.xml b/components/camel-smpp/pom.xml index a7b3fe9f092..bd9a8c8407f 100644 --- a/components/camel-smpp/pom.xml +++ b/components/camel-smpp/pom.xml @@ -60,6 +60,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-splunk-hec/pom.xml b/components/camel-splunk-hec/pom.xml index d88beb6490e..c9706713275 100644 --- a/components/camel-splunk-hec/pom.xml +++ b/components/camel-splunk-hec/pom.xml @@ -61,6 +61,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> </dependencies> diff --git a/components/camel-splunk/pom.xml b/components/camel-splunk/pom.xml index 482e4baf366..b81bef06756 100644 --- a/components/camel-splunk/pom.xml +++ b/components/camel-splunk/pom.xml @@ -72,6 +72,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> </dependencies> diff --git a/components/camel-spring-batch/pom.xml b/components/camel-spring-batch/pom.xml index 7977cac574f..c0eaa2e0730 100644 --- a/components/camel-spring-batch/pom.xml +++ b/components/camel-spring-batch/pom.xml @@ -54,6 +54,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-spring-ldap/pom.xml b/components/camel-spring-ldap/pom.xml index 011cc9d1daf..29216b4fd97 100644 --- a/components/camel-spring-ldap/pom.xml +++ b/components/camel-spring-ldap/pom.xml @@ -65,6 +65,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> diff --git a/components/camel-spring-rabbitmq/pom.xml b/components/camel-spring-rabbitmq/pom.xml index 7e17eb58fd1..8886a00209d 100644 --- a/components/camel-spring-rabbitmq/pom.xml +++ b/components/camel-spring-rabbitmq/pom.xml @@ -62,6 +62,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-spring-redis/pom.xml b/components/camel-spring-redis/pom.xml index 9ab5eb96c1d..70c6328a9a8 100644 --- a/components/camel-spring-redis/pom.xml +++ b/components/camel-spring-redis/pom.xml @@ -59,6 +59,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-stitch/pom.xml b/components/camel-stitch/pom.xml index 506589658fe..899cec11fd3 100644 --- a/components/camel-stitch/pom.xml +++ b/components/camel-stitch/pom.xml @@ -62,6 +62,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components/camel-weather/pom.xml b/components/camel-weather/pom.xml index b4795a641db..444ddb568e3 100644 --- a/components/camel-weather/pom.xml +++ b/components/camel-weather/pom.xml @@ -74,6 +74,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> </dependencies> diff --git a/components/camel-web3j/pom.xml b/components/camel-web3j/pom.xml index 767809275be..cbe3fcd5e11 100644 --- a/components/camel-web3j/pom.xml +++ b/components/camel-web3j/pom.xml @@ -73,6 +73,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> </dependencies> diff --git a/components/camel-zeebe/pom.xml b/components/camel-zeebe/pom.xml index 3e7fc3029c8..55f262a8540 100644 --- a/components/camel-zeebe/pom.xml +++ b/components/camel-zeebe/pom.xml @@ -82,6 +82,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml index c0e7e9e4090..883eaf8f036 100644 --- a/tests/camel-itest/pom.xml +++ b/tests/camel-itest/pom.xml @@ -208,6 +208,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <version>${mockito-version}</version> <scope>test</scope> </dependency> <dependency>