Skip to content

Commit

Permalink
Reproduce io.quarkus.builder.ChainBuildException: Cycle detected fix q…
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Aug 15, 2023
1 parent 3e2e979 commit acd20d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration-tests/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
</dependency>
<dependency><!-- Reproduce https://github.com/quarkiverse/quarkus-cxf/issues/860 -->
<groupId>io.quarkus</groupId>
<artifactId>quarkus-reactive-pg-client</artifactId>
</dependency>

<dependency>
<groupId>io.rest-assured</groupId>
Expand Down

0 comments on commit acd20d7

Please sign in to comment.