keith-turner commented on issue #12:
URL: 
https://github.com/apache/accumulo-maven-plugin/issues/12#issuecomment-2260891954

   Looked at the dependency tree for this plugin looking for commons and saw 
the following
   
   ```
   $ mvn dependency:tree | grep commons
   [INFO] +- commons-io:commons-io:jar:2.6:compile
   [INFO] |  +- commons-configuration:commons-configuration:jar:1.10:compile
   [INFO] |  |  \- commons-logging:commons-logging:jar:1.1.1:compile
   [INFO] |  +- commons-lang:commons-lang:jar:2.6:compile
   [INFO] |  |  +- commons-collections:commons-collections:jar:3.2.2:compile
   [INFO] |  |  +- org.apache.commons:commons-math3:jar:3.6.1:compile
   [INFO] |  |  \- commons-codec:commons-codec:jar:1.11:compile
   [INFO] |  +- org.apache.commons:commons-vfs2:jar:2.2:compile
   [INFO] |  \- org.apache.commons:commons-lang3:jar:3.5:compile
   ```
   
   And looking at the pom see the following.
   
   ```
   $ grep -A 2 commons-io pom.xml 
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
         <version>2.6</version>
       </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]

Reply via email to