This is an automated email from the ASF dual-hosted git repository. pascalschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 7086f7d8948bf86fbe3b4650fd1435f3cb000313 Author: Pascal Schumacher <pascalschumac...@gmx.net> AuthorDate: Sat Apr 11 22:37:12 2020 +0200 Remove Mockito test dependency of modules which to not use it. --- components/camel-atmos/pom.xml | 5 ----- components/camel-aws-ecs/pom.xml | 5 ----- components/camel-aws-eks/pom.xml | 5 ----- components/camel-aws-iam/pom.xml | 5 ----- components/camel-aws-kms/pom.xml | 5 ----- components/camel-aws-mq/pom.xml | 5 ----- components/camel-aws-msk/pom.xml | 5 ----- components/camel-aws-sdb/pom.xml | 5 ----- components/camel-aws-ses/pom.xml | 5 ----- components/camel-aws-translate/pom.xml | 5 ----- components/camel-aws2-ddb/pom.xml | 5 ----- components/camel-aws2-ec2/pom.xml | 5 ----- components/camel-aws2-ecs/pom.xml | 5 ----- components/camel-aws2-eks/pom.xml | 5 ----- components/camel-aws2-iam/pom.xml | 5 ----- components/camel-aws2-kms/pom.xml | 5 ----- components/camel-aws2-lambda/pom.xml | 5 ----- components/camel-aws2-mq/pom.xml | 5 ----- components/camel-aws2-msk/pom.xml | 5 ----- components/camel-aws2-s3/pom.xml | 5 ----- components/camel-aws2-ses/pom.xml | 5 ----- components/camel-aws2-sqs/pom.xml | 5 ----- components/camel-aws2-translate/pom.xml | 5 ----- components/camel-jgroups-raft/pom.xml | 5 ----- components/camel-jooq/pom.xml | 5 ----- components/camel-jsonapi/pom.xml | 5 ----- components/camel-olingo2/camel-olingo2-component/pom.xml | 5 ----- components/camel-rxjava/pom.xml | 5 ----- components/camel-xchange/pom.xml | 5 ----- core/camel-componentdsl/pom.xml | 5 ----- core/camel-endpointdsl/pom.xml | 5 ----- 31 files changed, 155 deletions(-) diff --git a/components/camel-atmos/pom.xml b/components/camel-atmos/pom.xml index 165ef6d..ae0ed3d 100644 --- a/components/camel-atmos/pom.xml +++ b/components/camel-atmos/pom.xml @@ -92,11 +92,6 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> <profiles> diff --git a/components/camel-aws-ecs/pom.xml b/components/camel-aws-ecs/pom.xml index 46ec938..a8306e0 100644 --- a/components/camel-aws-ecs/pom.xml +++ b/components/camel-aws-ecs/pom.xml @@ -72,10 +72,5 @@ <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-aws-eks/pom.xml b/components/camel-aws-eks/pom.xml index 08df2ed..ab442ef 100644 --- a/components/camel-aws-eks/pom.xml +++ b/components/camel-aws-eks/pom.xml @@ -72,10 +72,5 @@ <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-aws-iam/pom.xml b/components/camel-aws-iam/pom.xml index b6c50b4..0ec6892 100644 --- a/components/camel-aws-iam/pom.xml +++ b/components/camel-aws-iam/pom.xml @@ -72,10 +72,5 @@ <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-aws-kms/pom.xml b/components/camel-aws-kms/pom.xml index 998d4ac..3d0701c 100644 --- a/components/camel-aws-kms/pom.xml +++ b/components/camel-aws-kms/pom.xml @@ -72,10 +72,5 @@ <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-aws-mq/pom.xml b/components/camel-aws-mq/pom.xml index 03b11de..3f76439 100644 --- a/components/camel-aws-mq/pom.xml +++ b/components/camel-aws-mq/pom.xml @@ -72,10 +72,5 @@ <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-aws-msk/pom.xml b/components/camel-aws-msk/pom.xml index 42ee05b..41c82f5 100644 --- a/components/camel-aws-msk/pom.xml +++ b/components/camel-aws-msk/pom.xml @@ -72,10 +72,5 @@ <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-aws-sdb/pom.xml b/components/camel-aws-sdb/pom.xml index 69da4d3..107e6af 100644 --- a/components/camel-aws-sdb/pom.xml +++ b/components/camel-aws-sdb/pom.xml @@ -72,10 +72,5 @@ <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-aws-ses/pom.xml b/components/camel-aws-ses/pom.xml index c35e1e9..01dafcf 100644 --- a/components/camel-aws-ses/pom.xml +++ b/components/camel-aws-ses/pom.xml @@ -77,10 +77,5 @@ <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-aws-translate/pom.xml b/components/camel-aws-translate/pom.xml index 9712a20..9632465 100644 --- a/components/camel-aws-translate/pom.xml +++ b/components/camel-aws-translate/pom.xml @@ -72,10 +72,5 @@ <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-aws2-ddb/pom.xml b/components/camel-aws2-ddb/pom.xml index 6e08703..3dff49d 100644 --- a/components/camel-aws2-ddb/pom.xml +++ b/components/camel-aws2-ddb/pom.xml @@ -72,10 +72,5 @@ <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-aws2-ec2/pom.xml b/components/camel-aws2-ec2/pom.xml index 99bd8ed..d15abb7 100644 --- a/components/camel-aws2-ec2/pom.xml +++ b/components/camel-aws2-ec2/pom.xml @@ -72,10 +72,5 @@ <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-aws2-ecs/pom.xml b/components/camel-aws2-ecs/pom.xml index 6ce2b6b..9de8ca4 100644 --- a/components/camel-aws2-ecs/pom.xml +++ b/components/camel-aws2-ecs/pom.xml @@ -72,10 +72,5 @@ <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-aws2-eks/pom.xml b/components/camel-aws2-eks/pom.xml index 092de40..b2fd0fc 100644 --- a/components/camel-aws2-eks/pom.xml +++ b/components/camel-aws2-eks/pom.xml @@ -72,10 +72,5 @@ <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-aws2-iam/pom.xml b/components/camel-aws2-iam/pom.xml index 32eb546..7b4daac 100644 --- a/components/camel-aws2-iam/pom.xml +++ b/components/camel-aws2-iam/pom.xml @@ -72,10 +72,5 @@ <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-aws2-kms/pom.xml b/components/camel-aws2-kms/pom.xml index 4f94a25..4247666 100644 --- a/components/camel-aws2-kms/pom.xml +++ b/components/camel-aws2-kms/pom.xml @@ -72,10 +72,5 @@ <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-aws2-lambda/pom.xml b/components/camel-aws2-lambda/pom.xml index baacba3..5db559b 100644 --- a/components/camel-aws2-lambda/pom.xml +++ b/components/camel-aws2-lambda/pom.xml @@ -72,10 +72,5 @@ <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-aws2-mq/pom.xml b/components/camel-aws2-mq/pom.xml index b123e76..835964d 100644 --- a/components/camel-aws2-mq/pom.xml +++ b/components/camel-aws2-mq/pom.xml @@ -72,10 +72,5 @@ <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-aws2-msk/pom.xml b/components/camel-aws2-msk/pom.xml index c018a4f..2d1cd02 100644 --- a/components/camel-aws2-msk/pom.xml +++ b/components/camel-aws2-msk/pom.xml @@ -72,10 +72,5 @@ <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-aws2-s3/pom.xml b/components/camel-aws2-s3/pom.xml index 7c5d9af..f3e8979 100644 --- a/components/camel-aws2-s3/pom.xml +++ b/components/camel-aws2-s3/pom.xml @@ -72,10 +72,5 @@ <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-aws2-ses/pom.xml b/components/camel-aws2-ses/pom.xml index c682c34..3d178b7 100644 --- a/components/camel-aws2-ses/pom.xml +++ b/components/camel-aws2-ses/pom.xml @@ -77,10 +77,5 @@ <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-aws2-sqs/pom.xml b/components/camel-aws2-sqs/pom.xml index 4b28e06..67c89a5 100644 --- a/components/camel-aws2-sqs/pom.xml +++ b/components/camel-aws2-sqs/pom.xml @@ -82,10 +82,5 @@ <artifactId>junit-jupiter-engine</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-junit-jupiter</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-aws2-translate/pom.xml b/components/camel-aws2-translate/pom.xml index 14229e0..3c4c690 100644 --- a/components/camel-aws2-translate/pom.xml +++ b/components/camel-aws2-translate/pom.xml @@ -72,10 +72,5 @@ <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-jgroups-raft/pom.xml b/components/camel-jgroups-raft/pom.xml index a2b46fb..2f3c394 100644 --- a/components/camel-jgroups-raft/pom.xml +++ b/components/camel-jgroups-raft/pom.xml @@ -57,11 +57,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test</artifactId> <scope>test</scope> diff --git a/components/camel-jooq/pom.xml b/components/camel-jooq/pom.xml index ea1ec15..41ace7c 100644 --- a/components/camel-jooq/pom.xml +++ b/components/camel-jooq/pom.xml @@ -76,11 +76,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <scope>test</scope> diff --git a/components/camel-jsonapi/pom.xml b/components/camel-jsonapi/pom.xml index 9c6ebea..025e032 100644 --- a/components/camel-jsonapi/pom.xml +++ b/components/camel-jsonapi/pom.xml @@ -65,11 +65,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> <scope>test</scope> diff --git a/components/camel-olingo2/camel-olingo2-component/pom.xml b/components/camel-olingo2/camel-olingo2-component/pom.xml index f67adeb..f3d6e7f 100644 --- a/components/camel-olingo2/camel-olingo2-component/pom.xml +++ b/components/camel-olingo2/camel-olingo2-component/pom.xml @@ -118,11 +118,6 @@ <version>${okclient-version}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> diff --git a/components/camel-rxjava/pom.xml b/components/camel-rxjava/pom.xml index 19c9e3b..b37bb87 100644 --- a/components/camel-rxjava/pom.xml +++ b/components/camel-rxjava/pom.xml @@ -86,11 +86,6 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-xchange/pom.xml b/components/camel-xchange/pom.xml index dd51187..7b18758 100644 --- a/components/camel-xchange/pom.xml +++ b/components/camel-xchange/pom.xml @@ -70,11 +70,6 @@ <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/core/camel-componentdsl/pom.xml b/core/camel-componentdsl/pom.xml index 9b3ec48..6822c70 100644 --- a/core/camel-componentdsl/pom.xml +++ b/core/camel-componentdsl/pom.xml @@ -69,11 +69,6 @@ <type>test-jar</type> <scope>test</scope> </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project> \ No newline at end of file diff --git a/core/camel-endpointdsl/pom.xml b/core/camel-endpointdsl/pom.xml index 416aae0..57f6e2e 100644 --- a/core/camel-endpointdsl/pom.xml +++ b/core/camel-endpointdsl/pom.xml @@ -76,11 +76,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> <scope>test</scope>