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
The following commit(s) were added to refs/heads/master by this push: new b7dbbb4 Remove AssertJ test dependency of modules with do not use it. b7dbbb4 is described below commit b7dbbb46db9ea3326b01137162f5d497d498dca9 Author: Pascal Schumacher <pascalschumac...@gmx.net> AuthorDate: Sat Apr 11 16:10:53 2020 +0200 Remove AssertJ test dependency of modules with do not use it. --- components/camel-cron/pom.xml | 6 ------ components/camel-microprofile-health/pom.xml | 5 ----- components/camel-microprofile-metrics/pom.xml | 5 ----- components/camel-openapi-java/pom.xml | 6 ------ core/camel-componentdsl/pom.xml | 5 ----- core/camel-core-catalog/pom.xml | 6 ------ core/camel-endpointdsl/pom.xml | 5 ----- core/camel-management/pom.xml | 5 ----- tooling/camel-tooling-model/pom.xml | 5 ----- tooling/camel-tooling-util/pom.xml | 5 ----- 10 files changed, 53 deletions(-) diff --git a/components/camel-cron/pom.xml b/components/camel-cron/pom.xml index cd10352..46d0439 100644 --- a/components/camel-cron/pom.xml +++ b/components/camel-cron/pom.xml @@ -72,12 +72,6 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.assertj</groupId> - <artifactId>assertj-core</artifactId> - <version>${assertj-version}</version> - <scope>test</scope> - </dependency> </dependencies> </project> diff --git a/components/camel-microprofile-health/pom.xml b/components/camel-microprofile-health/pom.xml index 2568076..107deb2 100644 --- a/components/camel-microprofile-health/pom.xml +++ b/components/camel-microprofile-health/pom.xml @@ -98,11 +98,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.assertj</groupId> - <artifactId>assertj-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-microprofile-metrics/pom.xml b/components/camel-microprofile-metrics/pom.xml index 9d8e17a..10a1795 100644 --- a/components/camel-microprofile-metrics/pom.xml +++ b/components/camel-microprofile-metrics/pom.xml @@ -86,11 +86,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.assertj</groupId> - <artifactId>assertj-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-openapi-java/pom.xml b/components/camel-openapi-java/pom.xml index 6a3092c..61ec8ee 100644 --- a/components/camel-openapi-java/pom.xml +++ b/components/camel-openapi-java/pom.xml @@ -140,12 +140,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.assertj</groupId> - <artifactId>assertj-core</artifactId> - <version>${assertj-version}</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> diff --git a/core/camel-componentdsl/pom.xml b/core/camel-componentdsl/pom.xml index eb2b61e..e4e0959 100644 --- a/core/camel-componentdsl/pom.xml +++ b/core/camel-componentdsl/pom.xml @@ -86,11 +86,6 @@ </exclusions> </dependency> <dependency> - <groupId>org.assertj</groupId> - <artifactId>assertj-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> <type>test-jar</type> diff --git a/core/camel-core-catalog/pom.xml b/core/camel-core-catalog/pom.xml index 0e34610..19b0f88 100644 --- a/core/camel-core-catalog/pom.xml +++ b/core/camel-core-catalog/pom.xml @@ -78,12 +78,6 @@ </exclusion> </exclusions> </dependency> - <dependency> - <groupId>org.assertj</groupId> - <artifactId>assertj-core</artifactId> - <version>${assertj-version}</version> - <scope>test</scope> - </dependency> <!-- logging --> <dependency> diff --git a/core/camel-endpointdsl/pom.xml b/core/camel-endpointdsl/pom.xml index e1a68ad..9fa5ff3 100644 --- a/core/camel-endpointdsl/pom.xml +++ b/core/camel-endpointdsl/pom.xml @@ -87,11 +87,6 @@ </exclusions> </dependency> <dependency> - <groupId>org.assertj</groupId> - <artifactId>assertj-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> <type>test-jar</type> diff --git a/core/camel-management/pom.xml b/core/camel-management/pom.xml index 45db1b1..072c13a 100644 --- a/core/camel-management/pom.xml +++ b/core/camel-management/pom.xml @@ -81,11 +81,6 @@ </exclusions> </dependency> <dependency> - <groupId>org.assertj</groupId> - <artifactId>assertj-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> <type>test-jar</type> diff --git a/tooling/camel-tooling-model/pom.xml b/tooling/camel-tooling-model/pom.xml index d0482a2..3ea9ee6 100644 --- a/tooling/camel-tooling-model/pom.xml +++ b/tooling/camel-tooling-model/pom.xml @@ -65,11 +65,6 @@ <version>${junit-jupiter-version}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.assertj</groupId> - <artifactId>assertj-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build> diff --git a/tooling/camel-tooling-util/pom.xml b/tooling/camel-tooling-util/pom.xml index ec5a724..6409239 100644 --- a/tooling/camel-tooling-util/pom.xml +++ b/tooling/camel-tooling-util/pom.xml @@ -61,11 +61,6 @@ <version>${junit-jupiter-version}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.assertj</groupId> - <artifactId>assertj-core</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build>