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:
[email protected]


With regards,
Apache Git Services

Reply via email to