RobertIndie commented on code in PR #15288:
URL: https://github.com/apache/pulsar/pull/15288#discussion_r857078223
##########
testmocks/src/main/java/org/apache/zookeeper/TestZKServer.java:
##########
@@ -16,32 +16,27 @@
* specific language governing permissions and limitations
* under the License.
*/
-package org.apache.pulsar.metadata;
+package org.apache.zookeeper;
Review Comment:
Why did you move this class?
##########
pulsar-metadata/pom.xml:
##########
@@ -71,6 +71,13 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.pulsar</groupId>
Review Comment:
It doesn't look like the pulsar-metadata tests depend on this dependency.
--
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]