kezhuw commented on code in PR #2307:
URL: https://github.com/apache/zookeeper/pull/2307#discussion_r2335663706
##########
zookeeper-assembly/pom.xml:
##########
@@ -64,12 +64,6 @@
<artifactId>zookeeper</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.zookeeper</groupId>
- <artifactId>zookeeper-client</artifactId>
- <version>${project.version}</version>
- <type>pom</type>
- </dependency>
Review Comment:
List `zookeeper-client`, `zookeeper-server` and `zookeeper-cli` explicitly
now in e690829. I think it is ok for `zookeeper-common` to be included
transitively ?
--
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]