diff --git a/flink-kubernetes-operator-api/pom.xml b/flink-kubernetes-operator-api/pom.xml
index 119d883b1b..8746b32679 100644
--- a/flink-kubernetes-operator-api/pom.xml
+++ b/flink-kubernetes-operator-api/pom.xml
@@ -63,22 +63,6 @@ under the License.
provided
-
- io.fabric8
- kubernetes-client
- ${fabric8.version}
-
-
- com.squareup.okhttp3
- *
-
-
- io.fabric8
- kubernetes-httpclient-okhttp
-
-
-
-
org.apache.commons
diff --git a/flink-kubernetes-webhook/pom.xml b/flink-kubernetes-webhook/pom.xml
index abc8aee5d3..307b4963c7 100644
--- a/flink-kubernetes-webhook/pom.xml
+++ b/flink-kubernetes-webhook/pom.xml
@@ -63,12 +63,6 @@ under the License.
kubernetes-server-mock
${fabric8.version}
test
-
-
- com.squareup.okhttp3
- mockwebserver
-
-
diff --git a/pom.xml b/pom.xml
index 008ac87c69..052b211ac4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,6 +133,33 @@ under the License.
pom
import
+
+ io.fabric8
+ kubernetes-client
+ ${fabric8.version}
+
+
+ com.squareup.okhttp3
+ *
+
+
+ io.fabric8
+ kubernetes-httpclient-okhttp
+
+
+
+
+ io.fabric8
+ kubernetes-server-mock
+ ${fabric8.version}
+ test
+
+
+ com.squareup.okhttp3
+ mockwebserver
+
+
+