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


The following commit(s) were added to refs/heads/main by this push:
     new d6ff496d7d Restore FOP integration test native profile
d6ff496d7d is described below

commit d6ff496d7d25546424d0f0228633534abffe96c4
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Wed Jun 21 07:52:00 2023 +0100

    Restore FOP integration test native profile
    
    Fixes #3965
---
 integration-tests/fop/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/integration-tests/fop/pom.xml b/integration-tests/fop/pom.xml
index 491dbbf244..dc1328dc95 100644
--- a/integration-tests/fop/pom.xml
+++ b/integration-tests/fop/pom.xml
@@ -70,7 +70,6 @@
 
 
     <profiles>
-        <!-- https://github.com/apache/camel-quarkus/issues/3965
         <profile>
             <id>native</id>
             <activation>
@@ -98,7 +97,6 @@
                 </plugins>
             </build>
         </profile>
-        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>

Reply via email to