diff --git a/Dockerfile b/Dockerfile
index 88e7b2eaf7..1f55e5acd5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,7 +25,7 @@ WORKDIR /app
COPY . .
-RUN --mount=type=cache,target=/root/.m2 mvn -ntp clean install -pl flink-kubernetes-standalone,flink-kubernetes-operator-api,flink-kubernetes-operator,flink-autoscaler,flink-kubernetes-webhook -DskipTests=$SKIP_TESTS -Dfabric8.httpclinent.impl="$HTTP_CLIENT"
+RUN --mount=type=cache,target=/root/.m2 mvn -ntp clean install -pl flink-kubernetes-standalone,flink-kubernetes-operator-api,flink-kubernetes-operator,flink-autoscaler,flink-kubernetes-webhook -DskipTests=$SKIP_TESTS -Dfabric8.httpclient.impl="$HTTP_CLIENT"
RUN cd /app/tools/license; mkdir jars; cd jars; \
cp /app/flink-kubernetes-operator/target/flink-kubernetes-operator-*-shaded.jar . && \
diff --git a/flink-kubernetes-operator/pom.xml b/flink-kubernetes-operator/pom.xml
index 0c3d65a5af..ad0b2c2fc8 100644
--- a/flink-kubernetes-operator/pom.xml
+++ b/flink-kubernetes-operator/pom.xml
@@ -38,7 +38,7 @@ under the License.
--add-opens=java.base/java.util=ALL-UNNAMED
- okhttp
+ okhttp
@@ -69,7 +69,7 @@ under the License.
io.fabric8
- kubernetes-httpclient-${fabric8.httpclinent.impl}
+ kubernetes-httpclient-${fabric8.httpclient.impl}
${fabric8.version}
@@ -425,7 +425,7 @@ under the License.
depend-on-okhttp4
- fabric8.httpclinent.impl
+ fabric8.httpclient.impl
okhttp