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 f6834a460c3d06e1b414ec8737175cefc310541d
Author: James Netherton <[email protected]>
AuthorDate: Tue Dec 3 13:17:38 2024 +0000

    Enable CSV native testing now that commons-io is in alignment
    
    Fixes #6560
---
 integration-tests/csv/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/integration-tests/csv/pom.xml b/integration-tests/csv/pom.xml
index 4d5daaa7c3..3875886307 100644
--- a/integration-tests/csv/pom.xml
+++ b/integration-tests/csv/pom.xml
@@ -63,7 +63,6 @@
 
 
     <profiles>
-        <!--  //https://github.com/apache/camel-quarkus/issues/6560
         <profile>
             <id>native</id>
             <activation>
@@ -91,7 +90,6 @@
                 </plugins>
             </build>
         </profile>
-        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>

Reply via email to