This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit a017c86b7edadc62d9928c0db9bc3a62982e992c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Mar 12 07:19:23 2021 +0100 CAMEL-16334 - Having a middle folder for test (unit + testcontainers) components --- bom/camel-bom/pom.xml | 5 +++++ parent/pom.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml index 76a6bc8..0b195ee 100644 --- a/bom/camel-bom/pom.xml +++ b/bom/camel-bom/pom.xml @@ -1820,6 +1820,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-test-parent</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-test</artifactId> <version>${project.version}</version> </dependency> diff --git a/parent/pom.xml b/parent/pom.xml index 56bc90d..8433394 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2427,6 +2427,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-test-parent</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-test</artifactId> <version>${project.version}</version> </dependency>