This is an automated email from the ASF dual-hosted git repository. penghui pushed a commit to branch branch-2.7 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit d0d823968cd0c868e6c119eb251138a74673eaa9 Author: penghui <[email protected]> AuthorDate: Fri Feb 19 13:34:07 2021 +0800 Fix cherry-pick version issue of --- tests/pulsar-client-shade-test/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tests/pulsar-client-shade-test/pom.xml b/tests/pulsar-client-shade-test/pom.xml index 77b1b3a..d8b8285 100644 --- a/tests/pulsar-client-shade-test/pom.xml +++ b/tests/pulsar-client-shade-test/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.pulsar.tests</groupId> <artifactId>tests-parent</artifactId> - <version>2.8.0-SNAPSHOT</version> + <version>2.7.0</version> </parent> <artifactId>pulsar-client-shade-test</artifactId> @@ -51,6 +51,13 @@ </dependency> <dependency> + <groupId>org.apache.pulsar</groupId> + <artifactId>pulsar-common</artifactId> + <version>${project.version}</version> + <scope>test</scope> + </dependency> + + <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> <scope>test</scope>
