EdColeman commented on PR #4096:
URL: https://github.com/apache/accumulo/pull/4096#issuecomment-1869803876

   The build failed with a dependency problem
   ```
   [ERROR] Used undeclared dependencies found:
   [ERROR]    org.apache.commons:commons-configuration2:jar:2.9.0:compile
   ```
   The dependency needs to be added to the ./shell/pom.xml file.  The version 
is declared in the parent pom, so:
   ```
   <dependency>
        <groupId>org.apache.commons</groupId>
        <artifactId>commons-configuration2</artifactId>
   </dependency>
   ```
   
   should be sufficient,


-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to