Skip to content

Commit

Permalink
Do not pull from Docker Hub to avoid the client test failing due to 5…
Browse files Browse the repository at this point in the history
…00 toomanyrequests
  • Loading branch information
ppalaga committed Jan 23, 2025
1 parent 94dcf78 commit ff8cb38
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions docs/modules/ROOT/examples/calculator-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest</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: 0 additions & 4 deletions integration-tests/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest</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 ff8cb38

Please sign in to comment.