You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/03/12 07:35:22 UTC

[camel] 04/08: CAMEL-16334 - Having a middle folder for test (unit + testcontainers) components

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 008b7f6a93440335f3c1797dd5e69ed985cea69d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 12 07:18:22 2021 +0100

    CAMEL-16334 - Having a middle folder for test (unit + testcontainers) components
---
 components/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/components/pom.xml b/components/pom.xml
index ad586f2..9b0d89c 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -59,14 +59,6 @@
 
         <!-- we want to test these modules first to catch any errors early as possible -->
         <module>camel-test</module>
-        <module>camel-test-cdi</module>
-        <module>camel-test-spring</module>
-        <module>camel-testcontainers</module>
-        <module>camel-testcontainers-spring</module>
-        <module>camel-test-junit5</module>
-        <module>camel-test-spring-junit5</module>
-        <module>camel-testcontainers-junit5</module>
-        <module>camel-testcontainers-spring-junit5</module>
         <module>camel-spring</module>
         <module>camel-spring-main</module>
         <module>camel-spring-xml</module>