gyfora commented on PR #514: URL: https://github.com/apache/flink-kubernetes-operator/pull/514#issuecomment-1405650899
> Thanks a lot @gyfora! > > Regarding: > > > We just have to ensure that we handle the Zookeeper dependency as optional > > The dependency was actually already there! I didn't have to add anything. > > I looked into it and all Curator classes are a transitive dependency of the `flink-clients` package which is listed as a dependency in `pom.xml` [here](https://github.com/antonipp/flink-kubernetes-operator/blob/57b2832d97a4d52d7fcd814d50b94f4e745ce027/flink-kubernetes-operator/pom.xml#L75-L79). > > $ mvn dependency:tree -pl 'flink-kubernetes-operator' > [...] > [INFO] +- org.apache.flink:flink-clients:jar:1.15.3:compile > [INFO] | +- org.apache.flink:flink-runtime:jar:1.15.3:compile > [INFO] | | +- org.apache.flink:flink-rpc-core:jar:1.15.3:compile > [INFO] | | +- [...] > [INFO] | | +- org.apache.flink:flink-shaded-zookeeper-3:jar:3.5.9-15.0:compile Hm, thats convenient :) -- 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]
