Skip to content

Commit

Permalink
Merge pull request quarkusio#38495 from jamesnetherton/graalvm-regex-…
Browse files Browse the repository at this point in the history
…runner-parent-first

Add org.graalvm.regex:regex to runnerParentFirstArtifacts
  • Loading branch information
gsmet authored Jan 31, 2024
2 parents 76daa2b + e0d1d9c commit f59ac53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@
<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>
<runnerParentFirstArtifact>com.ibm.icu:icu4j</runnerParentFirstArtifact> <!-- dependency of org.graalvm.js:js -->
<runnerParentFirstArtifact>io.quarkus:quarkus-bootstrap-runner</runnerParentFirstArtifact>
Expand Down

0 comments on commit f59ac53

Please sign in to comment.