jmark99 commented on a change in pull request #68:
URL: https://github.com/apache/accumulo-examples/pull/68#discussion_r595520522
##########
File path: pom.xml
##########
@@ -111,6 +106,11 @@
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.zookeeper</groupId>
+ <artifactId>zookeeper</artifactId>
+ <version>${zookeeper.version}</version>
+ </dependency>
Review comment:
Looking back, I think it moved because it was not ordered alphabetically
initially. It is in the correct location now.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]