This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 8e863c1eb81af03a6a5b3cd463b9fccf01d80233
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Thu Feb 27 11:04:57 2025 +0000

    Configure cxf-soap-grouped pom.xml for auto formatting
---
 integration-tests/cxf-soap-grouped/pom.xml | 87 +++++++++++++++---------------
 pom.xml                                    | 10 ++++
 2 files changed, 55 insertions(+), 42 deletions(-)

diff --git a/integration-tests/cxf-soap-grouped/pom.xml 
b/integration-tests/cxf-soap-grouped/pom.xml
index d9125b5feb..7391617b5a 100644
--- a/integration-tests/cxf-soap-grouped/pom.xml
+++ b/integration-tests/cxf-soap-grouped/pom.xml
@@ -33,20 +33,12 @@
     <!-- Regenerate the dependencies via `mvn process-resources -Pformat -N` 
from the source tree root directory -->
     <dependencies>
         <dependency>
-            <groupId>org.apache.camel.quarkus</groupId>
-            <artifactId>camel-quarkus-bean</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel.quarkus</groupId>
-            <artifactId>camel-quarkus-direct</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel.quarkus</groupId>
-            <artifactId>camel-quarkus-cxf-soap</artifactId>
+            <groupId>io.quarkiverse.cxf</groupId>
+            <artifactId>quarkus-cxf-rt-features-logging</artifactId>
         </dependency>
         <dependency>
             <groupId>io.quarkiverse.cxf</groupId>
-            <artifactId>quarkus-cxf-rt-features-logging</artifactId>
+            <artifactId>quarkus-cxf-rt-features-metrics</artifactId>
         </dependency>
         <dependency>
             <groupId>io.quarkiverse.cxf</groupId>
@@ -61,59 +53,49 @@
             <artifactId>quarkus-cxf-xjc-plugins</artifactId>
         </dependency>
         <dependency>
-            <groupId>io.quarkiverse.cxf</groupId>
-            <artifactId>quarkus-cxf-rt-features-metrics</artifactId>
+            <groupId>io.quarkus</groupId>
+            <artifactId>quarkus-awt</artifactId>
         </dependency>
         <dependency>
             <groupId>io.quarkus</groupId>
             <artifactId>quarkus-micrometer-registry-prometheus</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-lang3</artifactId>
-        </dependency>
-        <dependency><!-- for java.awt.Image -->
             <groupId>io.quarkus</groupId>
-            <artifactId>quarkus-awt</artifactId>
+            <artifactId>quarkus-resteasy</artifactId>
         </dependency>
         <dependency>
-            <groupId>io.quarkus</groupId>
-            <artifactId>quarkus-resteasy</artifactId>
+            <groupId>org.apache.camel.quarkus</groupId>
+            <artifactId>camel-quarkus-bean</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
-            <artifactId>camel-quarkus-jaxb</artifactId>
+            <artifactId>camel-quarkus-cxf-soap</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
-            <artifactId>camel-quarkus-rest</artifactId>
+            <artifactId>camel-quarkus-direct</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
             <artifactId>camel-quarkus-jackson</artifactId>
         </dependency>
-
-        <!-- test dependencies -->
         <dependency>
-            <groupId>io.quarkus</groupId>
-            <artifactId>quarkus-junit5</artifactId>
-            <scope>test</scope>
+            <groupId>org.apache.camel.quarkus</groupId>
+            <artifactId>camel-quarkus-jaxb</artifactId>
         </dependency>
         <dependency>
-            <groupId>io.rest-assured</groupId>
-            <artifactId>rest-assured</artifactId>
-            <scope>test</scope>
+            <groupId>org.apache.camel.quarkus</groupId>
+            <artifactId>camel-quarkus-rest</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.testcontainers</groupId>
-            <artifactId>testcontainers</artifactId>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>io.quarkiverse.cxf</groupId>
+            <artifactId>quarkus-cxf-test-util</artifactId>
             <scope>test</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>junit</groupId>
-                    <artifactId>junit</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>io.quarkus</groupId>
@@ -121,13 +103,13 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>io.quarkiverse.cxf</groupId>
-            <artifactId>quarkus-cxf-test-util</artifactId>
+            <groupId>io.quarkus</groupId>
+            <artifactId>quarkus-junit5</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.assertj</groupId>
-            <artifactId>assertj-core</artifactId>
+            <groupId>io.rest-assured</groupId>
+            <artifactId>rest-assured</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -135,6 +117,27 @@
             <artifactId>camel-test-junit5</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.assertj</groupId>
+            <artifactId>assertj-core</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.awaitility</groupId>
+            <artifactId>awaitility</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.testcontainers</groupId>
+            <artifactId>testcontainers</artifactId>
+            <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>junit</groupId>
+                    <artifactId>junit</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
     </dependencies>
 
     <build>
diff --git a/pom.xml b/pom.xml
index 9d5838b1dd..4ae6d7076a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -950,6 +950,7 @@
                                         
<sortModulesPath>integration-test-groups/aws2/pom.xml</sortModulesPath>
                                         
<sortModulesPath>integration-test-groups/azure/pom.xml</sortModulesPath>
                                         
<sortModulesPath>integration-test-groups/compression/pom.xml</sortModulesPath>
+                                        
<sortModulesPath>integration-test-groups/cxf-soap/pom.xml</sortModulesPath>
                                         
<sortModulesPath>integration-test-groups/foundation/pom.xml</sortModulesPath>
                                         
<sortModulesPath>integration-test-groups/mongodb/pom.xml</sortModulesPath>
                                         
<sortModulesPath>integration-test-groups/xml/pom.xml</sortModulesPath>
@@ -1001,6 +1002,15 @@
                                             </sourcePoms>
                                             
<destinationPom>${basedir}/integration-tests/azure-grouped/pom.xml</destinationPom>
                                         </mergePom>
+                                        <mergePom>
+                                            <sourcePoms>
+                                                
<directory>${basedir}/integration-test-groups/cxf-soap</directory>
+                                                <includes>
+                                                    
<include>*/pom.xml</include>
+                                                </includes>
+                                            </sourcePoms>
+                                            
<destinationPom>${basedir}/integration-tests/cxf-soap-grouped/pom.xml</destinationPom>
+                                        </mergePom>
                                         <mergePom>
                                             <sourcePoms>
                                                 
<directory>${basedir}/integration-test-groups/compression</directory>

Reply via email to