XComp commented on a change in pull request #18692:
URL: https://github.com/apache/flink/pull/18692#discussion_r804498412
##########
File path: flink-filesystems/flink-s3-fs-base/pom.xml
##########
@@ -221,6 +221,36 @@ under the License.
</exclusion>
</exclusions>
</dependency>
+
+ <!-- flink-runtime and curator dependencies are needed for the
HAJobRunOnMinioS3StoreITCase -->
+ <dependency>
Review comment:
I tried to introduce `<dependencyManagement/>` in `flink-s3-fs-base`
instead. But these dependencies haven't been picked up by the submodules
`flink-s3-fs-presto` and `flink-s3-fs-hadoop` (Maven was still complaing about
the missing version). I reverted that change...
@zentol should this generally work and I just did something and should look
into it once more? Or is it just not possible in this use case to utilize
`<dependencyManagement/>`? 🤔
--
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]