Skip to content

Commit

Permalink
Quarkus-cli verify resteasy collision test should use a fixed stream 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo gonzalez granados committed May 25, 2022
1 parent 482077d commit 6377e70
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 6377e70

Please sign in to comment.