PeterZh6 commented on code in PR #11268: URL: https://github.com/apache/inlong/pull/11268#discussion_r1792930524
########## inlong-sort/sort-end-to-end-tests/sort-end-to-end-tests-v1.15/pom.xml: ########## @@ -157,6 +163,24 @@ <artifactId>jedis</artifactId> <scope>test</scope> </dependency> + + <dependency> + <groupId>org.apache.pulsar</groupId> + <artifactId>pulsar-client</artifactId> + <exclusions> + <exclusion> + <groupId>org.apache.pulsar</groupId> + <artifactId>pulsar-client</artifactId> + </exclusion> + </exclusions> + </dependency> + + <dependency> + <groupId>org.apache.pulsar</groupId> + <artifactId>pulsar-client</artifactId> + <version>${pulsar-client.version}</version> + </dependency> Review Comment: This code snippet is outdated. The latest code has already fixed this problem. -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org