autophagy commented on pull request #16332:
URL: https://github.com/apache/flink/pull/16332#issuecomment-874317870
@zentol I centralised the docker image names/versions into a
`TestContainerVersions` class for the tests and the end-to-end tests
respectively, and used that as the cache key. I wanted to have each one be a
`public static final DockerImageName` to simplify things for the tests that
need them, but adding the `testcontainers` dependency to `flink-test-utils`
resulted in a build failure:
```
Dependency convergence error for net.java.dev.jna:jna:5.2.0 paths to
dependency are:
+-org.apache.flink:flink-test-utils_2.11:1.14-SNAPSHOT
+-org.testcontainers:testcontainers:1.15.1
+-org.rnorth.visible-assertions:visible-assertions:2.1.2
+-net.java.dev.jna:jna:5.2.0
and
+-org.apache.flink:flink-test-utils_2.11:1.14-SNAPSHOT
+-org.testcontainers:testcontainers:1.15.1
+-com.github.docker-java:docker-java-transport-zerodep:3.2.7
+-net.java.dev.jna:jna:5.5.0
```
Which I'm not entirely sure how best to solve.
--
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]