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 497d09e553 Remove redundant parentFirstArtifact configuration from js-dsl extension 497d09e553 is described below commit 497d09e5532a622dcfd55fd4b8c3948a1b638194 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Mon Mar 18 08:13:09 2024 +0000 Remove redundant parentFirstArtifact configuration from js-dsl extension --- extensions/js-dsl/runtime/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/extensions/js-dsl/runtime/pom.xml b/extensions/js-dsl/runtime/pom.xml index 2933fea98a..c534c06fd9 100644 --- a/extensions/js-dsl/runtime/pom.xml +++ b/extensions/js-dsl/runtime/pom.xml @@ -57,16 +57,6 @@ <plugin> <groupId>io.quarkus</groupId> <artifactId>quarkus-extension-maven-plugin</artifactId> - <configuration> - <parentFirstArtifacts> - <parentFirstArtifact>org.graalvm.sdk:nativeimage</parentFirstArtifact> - <parentFirstArtifact>org.graalvm.nativeimage:svm</parentFirstArtifact> - <parentFirstArtifact>org.graalvm.truffle:truffle-api</parentFirstArtifact> - <parentFirstArtifact>org.graalvm.js:js</parentFirstArtifact> - <parentFirstArtifact>org.graalvm.regex:regex</parentFirstArtifact> - <parentFirstArtifact>com.ibm.icu:icu4j</parentFirstArtifact> - </parentFirstArtifacts> - </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>