You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2019/05/01 15:44:39 UTC

[accumulo] branch master updated: Fix Assembly runtime issue (#1144)

This is an automated email from the ASF dual-hosted git repository.

mmiller pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/master by this push:
     new 7596732  Fix Assembly runtime issue (#1144)
7596732 is described below

commit 759673221908b8b09fb3a042a68da561dfa49d30
Author: Mike Miller <mm...@apache.org>
AuthorDate: Wed May 1 11:44:33 2019 -0400

    Fix Assembly runtime issue (#1144)
    
    * Modify the include in component.xml for commons collections4
---
 assemble/src/main/assemblies/component.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assemble/src/main/assemblies/component.xml b/assemble/src/main/assemblies/component.xml
index 84a7cb2..5c42583 100644
--- a/assemble/src/main/assemblies/component.xml
+++ b/assemble/src/main/assemblies/component.xml
@@ -46,7 +46,6 @@
         <include>com.sun.xml.bind:jaxb-impl</include>
         <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>commons-io:commons-io</include>
         <include>commons-lang:commons-lang</include>
@@ -60,6 +59,7 @@
         <include>javax.xml.bind:jaxb-api</include>
         <include>jline:jline</include>
         <include>log4j:log4j</include>
+        <include>org.apache.commons:commons-collections4</include>
         <include>org.apache.commons:commons-math3</include>
         <include>org.apache.commons:commons-vfs2</include>
         <include>org.apache.htrace:htrace-core4</include>