merlimat commented on a change in pull request #1995: Migrate to test containers Part 1 URL: https://github.com/apache/incubator-pulsar/pull/1995#discussion_r196605112
########## File path: tests/integration-tests-utils/pom.xml ########## @@ -35,10 +35,10 @@ <artifactId>integration-tests-utils</artifactId> <packaging>jar</packaging> - <name>Apache Pulsar :: Tests :: Utility module for Arquillian based integration tests</name> + <name>Apache Pulsar :: Tests :: Utility module for Container based integration tests</name> <properties> - <arquillian-cube.version>1.15.1</arquillian-cube.version> + <testcontainers.version>1.7.3</testcontainers.version> Review comment: We should define the `testcontainers.version` in top-level pom only. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
