Skip to content

Commit

Permalink
Remove runnerParentFirstArtifacts from quarkus-extension-maven-plugin (
Browse files Browse the repository at this point in the history
…#1208)

it seems not required anymore by examing the plugin doc
  • Loading branch information
claudio4j committed May 8, 2024
1 parent 561dd41 commit 930d855
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions camel-k-core/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,6 @@
<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>
Expand Down
8 changes: 0 additions & 8 deletions camel-k-runtime/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@
<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>
Expand Down

0 comments on commit 930d855

Please sign in to comment.