diff --git a/extensions/smallrye-graphql-client/deployment/pom.xml b/extensions/smallrye-graphql-client/deployment/pom.xml
index 8db92b9060181..5e346e581b396 100644
--- a/extensions/smallrye-graphql-client/deployment/pom.xml
+++ b/extensions/smallrye-graphql-client/deployment/pom.xml
@@ -27,12 +27,12 @@
io.quarkus
- quarkus-rest-client-deployment
+ quarkus-junit5-internal
+ test
-
io.quarkus
- quarkus-junit5-internal
+ quarkus-rest-client-deployment
test
diff --git a/extensions/smallrye-graphql-client/runtime/pom.xml b/extensions/smallrye-graphql-client/runtime/pom.xml
index 0c58d18bf68ea..e06d271b2faa2 100644
--- a/extensions/smallrye-graphql-client/runtime/pom.xml
+++ b/extensions/smallrye-graphql-client/runtime/pom.xml
@@ -27,10 +27,6 @@
io.smallrye
smallrye-graphql-client-implementation-jaxrs
-
- io.quarkus
- quarkus-rest-client
-
io.smallrye
smallrye-graphql-client-implementation-vertx
diff --git a/integration-tests/smallrye-graphql-client/pom.xml b/integration-tests/smallrye-graphql-client/pom.xml
index 1389db2420840..251d990361c83 100644
--- a/integration-tests/smallrye-graphql-client/pom.xml
+++ b/integration-tests/smallrye-graphql-client/pom.xml
@@ -22,6 +22,11 @@
quarkus-smallrye-graphql-client
+
+ io.quarkus
+ quarkus-rest-client-deployment
+ test
+
io.quarkus
quarkus-junit5