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

aldettinger 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 d405d08836 camel-quarkus-integration-test-aws2 fail to compile to 
native with Camel 4
d405d08836 is described below

commit d405d088365e46c93528d0e3a20d9bd5c21fb474
Author: JiriOndrusek <[email protected]>
AuthorDate: Fri Feb 10 10:24:40 2023 +0100

    camel-quarkus-integration-test-aws2 fail to compile to native with Camel 4
---
 extensions-support/aws2/runtime/pom.xml | 8 ++++++++
 integration-tests/pom.xml               | 2 +-
 tooling/scripts/test-categories.yaml    | 1 +
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/extensions-support/aws2/runtime/pom.xml 
b/extensions-support/aws2/runtime/pom.xml
index d08645102a..9821d0ce09 100644
--- a/extensions-support/aws2/runtime/pom.xml
+++ b/extensions-support/aws2/runtime/pom.xml
@@ -46,6 +46,14 @@
             <groupId>software.amazon.awssdk</groupId>
             <artifactId>apache-client</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.jboss.logmanager</groupId>
+            <artifactId>log4j2-jboss-logmanager</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.jboss.logmanager</groupId>
+            <artifactId>log4j-jboss-logmanager</artifactId>
+        </dependency>
     </dependencies>
 
     <build>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index bee92b7871..2a33b95fa9 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -60,7 +60,7 @@
         <module>atlasmap</module>
         <module>avro</module>
         <!--<module>avro-rpc</module>-->
-        <!--<module>aws2</module> 
https://github.com/apache/camel-quarkus/issues/4501 -->
+        <module>aws2</module>
         <module>aws2-grouped</module>
         <module>aws2-quarkus-client-grouped</module>
         <module>azure-grouped</module>
diff --git a/tooling/scripts/test-categories.yaml 
b/tooling/scripts/test-categories.yaml
index 9158a8bbce..7ba11e999d 100644
--- a/tooling/scripts/test-categories.yaml
+++ b/tooling/scripts/test-categories.yaml
@@ -28,6 +28,7 @@ group-01:
   - kafka-sasl
   - mllp
 group-02:
+  - aws2
   - jackson-avro
   - jackson-protobuf
   - jfr

Reply via email to