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:19:54 UTC

[GitHub] [accumulo] ctubbsii commented on a change in pull request #1144: Attempt #1 to fix Assembly runtime issues

ctubbsii commented on a change in pull request #1144: Attempt #1 to fix Assembly runtime issues
URL: https://github.com/apache/accumulo/pull/1144#discussion_r279971567
 
 

 ##########
 File path: assemble/src/main/assemblies/component.xml
 ##########
 @@ -47,7 +47,7 @@
         <include>commons-cli:commons-cli</include>
         <include>commons-codec:commons-codec</include>
         <include>commons-collections:commons-collections</include>
-        <include>commons-configuration:commons-configuration</include>
+        <include>org.apache.commons:commons-collections4</include>
 
 Review comment:
   You've incorrectly replaced the wrong artifact. This should replace commons-collections, not commons-configuration.

----------------------------------------------------------------
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