Skip to content

Commit

Permalink
Merge pull request #658 from pjgg/fix/quarkus-cli-collision
Browse files Browse the repository at this point in the history
[2.7] Quarkus-cli verify resteasy collision test should use a fixed stream 2.7
  • Loading branch information
Pablo Gonzalez Granados authored May 25, 2022
2 parents 482077d + 6377e70 commit d568d10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public void shouldCreateJacocoReportsFromApplicationOnJvm() {
@Test
public void verifyRestEasyReactiveAndClassicResteasyCollisionUserMsg() {
QuarkusCliRestService app = cliClient.createApplication("dependencyCollision",
defaults().withExtensions("resteasy", "resteasy-reactive"));
defaultWithFixedStream().withExtensions("resteasy", "resteasy-reactive"));

Result buildResult = app.buildOnJvm();

Expand Down

0 comments on commit d568d10

Please sign in to comment.