Skip to content

Commit

Permalink
Reproduce io.quarkus.builder.ChainBuildException: Cycle detected fix #…
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Aug 16, 2023
1 parent 3e2e979 commit 9579173
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/modules/ROOT/examples/calculator-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
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 9579173

Please sign in to comment.