Skip to content

Commit 42a164b

Browse files
committed
Do not pull from Docker Hub to avoid the client test failing due to 500 toomanyrequests
1 parent 1d5f9f6 commit 42a164b

File tree

2 files changed

+0
-8
lines changed
  • docs/modules/ROOT/examples/calculator-client
  • integration-tests/client

2 files changed

+0
-8
lines changed

docs/modules/ROOT/examples/calculator-client/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
<groupId>io.quarkus</groupId>
2222
<artifactId>quarkus-rest</artifactId>
2323
</dependency>
24-
<dependency><!-- Reproduce https://github.com/quarkiverse/quarkus-cxf/issues/860 -->
25-
<groupId>io.quarkus</groupId>
26-
<artifactId>quarkus-reactive-pg-client</artifactId>
27-
</dependency>
2824

2925
<dependency>
3026
<groupId>io.rest-assured</groupId>

integration-tests/client/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
<groupId>io.quarkus</groupId>
2222
<artifactId>quarkus-rest</artifactId>
2323
</dependency>
24-
<dependency><!-- Reproduce https://github.com/quarkiverse/quarkus-cxf/issues/860 -->
25-
<groupId>io.quarkus</groupId>
26-
<artifactId>quarkus-reactive-pg-client</artifactId>
27-
</dependency>
2824

2925
<dependency>
3026
<groupId>io.rest-assured</groupId>

0 commit comments

Comments
 (0)