Skip to content

Commit

Permalink
Add parentFirst configuration for byteman
Browse files Browse the repository at this point in the history
Relates to: quarkusio#29043

(cherry picked from commit 4929e1a)
  • Loading branch information
geoand authored and gsmet committed Nov 5, 2022
1 parent 1c7ea71 commit c4765c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@
<parentFirstArtifact>au.com.dius.pact.core:matcher</parentFirstArtifact>
<parentFirstArtifact>au.com.dius.pact.consumer:junit5</parentFirstArtifact>
<parentFirstArtifact>au.com.dius.pact:consumer</parentFirstArtifact>

<!-- Make use of byteman frictionless -->
<parentFirstArtifact>org.jboss.byteman:byteman</parentFirstArtifact>
</parentFirstArtifacts>
<runnerParentFirstArtifacts>
<runnerParentFirstArtifact>org.graalvm.sdk:graal-sdk</runnerParentFirstArtifact>
Expand All @@ -231,6 +234,8 @@
<runnerParentFirstArtifact>io.smallrye.common:smallrye-common-io</runnerParentFirstArtifact>
<!-- QuarkusEntryPoint needs org-crac class definition -->
<runnerParentFirstArtifact>io.github.crac:org-crac</runnerParentFirstArtifact>
<!-- Make use of byteman frictionless -->
<runnerParentFirstArtifact>org.jboss.byteman:byteman</runnerParentFirstArtifact>
</runnerParentFirstArtifacts>
<excludedArtifacts>
<excludedArtifact>io.smallrye:smallrye-config</excludedArtifact>
Expand Down

0 comments on commit c4765c5

Please sign in to comment.