This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push:
new 2feca09c fix: issue inherited by Quarkus platform
2feca09c is described below
commit 2feca09c07f1a61f57ed97350a5453b11e129a14
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Fri Aug 26 16:13:07 2022 +0200
fix: issue inherited by Quarkus platform
Ref https://github.com/apache/camel-k/issues/3560#issuecomment-1225740336
---
camel-k-core/runtime/pom.xml | 8 ++++++++
camel-k-runtime/runtime/pom.xml | 8 ++++++++
2 files changed, 16 insertions(+)
diff --git a/camel-k-core/runtime/pom.xml b/camel-k-core/runtime/pom.xml
index ef23293b..09898a46 100644
--- a/camel-k-core/runtime/pom.xml
+++ b/camel-k-core/runtime/pom.xml
@@ -62,6 +62,14 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-extension-maven-plugin</artifactId>
<version>${quarkus-version}</version>
+ <configuration>
+ <runnerParentFirstArtifacts>
+
<runnerParentFirstArtifact>org.graalvm.sdk:graal-sdk</runnerParentFirstArtifact>
+
<runnerParentFirstArtifact>org.graalvm.js:js</runnerParentFirstArtifact>
+
<runnerParentFirstArtifact>org.graalvm.regex:regex</runnerParentFirstArtifact>
+
<runnerParentFirstArtifact>org.graalvm.truffle:truffle-api</runnerParentFirstArtifact>
+ </runnerParentFirstArtifacts>
+ </configuration>
<executions>
<execution>
<goals>
diff --git a/camel-k-runtime/runtime/pom.xml b/camel-k-runtime/runtime/pom.xml
index 5de2a53e..95560ce7 100644
--- a/camel-k-runtime/runtime/pom.xml
+++ b/camel-k-runtime/runtime/pom.xml
@@ -56,6 +56,14 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-extension-maven-plugin</artifactId>
<version>${quarkus-version}</version>
+ <configuration>
+ <runnerParentFirstArtifacts>
+
<runnerParentFirstArtifact>org.graalvm.sdk:graal-sdk</runnerParentFirstArtifact>
+
<runnerParentFirstArtifact>org.graalvm.js:js</runnerParentFirstArtifact>
+
<runnerParentFirstArtifact>org.graalvm.regex:regex</runnerParentFirstArtifact>
+
<runnerParentFirstArtifact>org.graalvm.truffle:truffle-api</runnerParentFirstArtifact>
+ </runnerParentFirstArtifacts>
+ </configuration>
<executions>
<execution>
<goals>