gyfora commented on code in PR #938:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/938#discussion_r1942746157


##########
flink-kubernetes-operator-api/pom.xml:
##########
@@ -55,6 +55,18 @@ under the License.
             </exclusions>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.flink</groupId>
+            <artifactId>flink-core-api</artifactId>
+            <version>${flink.version}</version>
+            <exclusions>

Review Comment:
   This hasn't changed compared to what was before here, we already had the 
exclusions in the api package as we do not require the transitive dependencies 
for that. The operator core still pulls the transitive deps as well



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to