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:24 UTC

[camel] 06/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 dac5a73d24e181b6e45aacc271de898011d6f9e5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 12 07:26:02 2021 +0100

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

diff --git a/components/camel-test/pom.xml b/components/camel-test/pom.xml
index f926d67..86e967a 100644
--- a/components/camel-test/pom.xml
+++ b/components/camel-test/pom.xml
@@ -35,13 +35,13 @@
     <modules>
         <module>camel-test</module>
         <module>camel-test-cdi</module>
+        <module>camel-test-spring</module>
         <module>camel-testcontainers</module>
-        <module>camel-testcontainers-junit5</module>
         <module>camel-testcontainers-spring</module>
-        <module>camel-testcontainers-spring-junit5</module>
         <module>camel-test-junit5</module>
-        <module>camel-test-spring</module>
         <module>camel-test-spring-junit5</module>
+        <module>camel-testcontainers-junit5</module>
+        <module>camel-testcontainers-spring-junit5</module>
     </modules>
 
 </project>