You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/04/30 23:14:42 UTC

[GitHub] [accumulo] ctubbsii commented on issue #1110: Commons collections

ctubbsii commented on issue #1110: Commons collections
URL: https://github.com/apache/accumulo/pull/1110#issuecomment-488148403
 
 
   I didn't try a build to see the warning. But yeah, it's warning of the same thing I was talking about.
   
   The assembly descriptor references a set of components to include in the tarball. That list contains dependencies of the assemble module. The above warning indicates that the `commons-collections:commons-collections` artifact can't be found among the assemble module's dependencies and wasn't included. The reason is because it was replaced with the new groupId/artifactId... we just need to update the `component.xml` file to have the correct new groupId/artifactId for commons-collections.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services