jamesnetherton commented on code in PR #4403:
URL: https://github.com/apache/camel-quarkus/pull/4403#discussion_r1069214324
##########
integration-tests/kotlin-dsl/pom.xml:
##########
@@ -39,6 +39,30 @@
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-direct</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel.quarkus</groupId>
+ <artifactId>camel-quarkus-seda</artifactId>
Review Comment:
Please regenerate the `virtualDependencies` profile if the corresponding
`-deployment` dependencies are not present.
##########
integration-tests/kotlin-dsl/pom.xml:
##########
@@ -100,6 +124,44 @@
</dependency>
</dependencies>
</profile>
+ <profile>
+ <id>native</id>
+ <activation>
+ <property>
+ <name>native</name>
+ </property>
+ </activation>
+ <properties>
+ <quarkus.package.type>native</quarkus.package.type>
+ </properties>
+ <build>
+ <plugins>
+ <!-- remove me -->
Review Comment:
I guess this can be removed to reinstate the sanity-checks execution.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]