This is an automated email from the ASF dual-hosted git repository.
kturner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo.git
The following commit(s) were added to refs/heads/master by this push:
new 4e80afb Download commons lang in fetch.sh (#1076)
4e80afb is described below
commit 4e80afba204e2c2eca8f0a0932ae56c95daad287
Author: Keith Turner <[email protected]>
AuthorDate: Thu Aug 8 19:29:00 2019 -0400
Download commons lang in fetch.sh (#1076)
Commons config was missing a dependency of commons lang.
---
modules/distribution/src/main/lib/fetch.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/distribution/src/main/lib/fetch.sh
b/modules/distribution/src/main/lib/fetch.sh
index 17d5ca4..c23c97b 100755
--- a/modules/distribution/src/main/lib/fetch.sh
+++ b/modules/distribution/src/main/lib/fetch.sh
@@ -61,6 +61,7 @@ extra)
download com.google.inject:guice:jar:4.0
download org.apache.commons:commons-collections4:jar:4.2
download commons-configuration:commons-configuration:jar:1.10
+ download commons-lang:commons-lang:jar:2.6
download commons-io:commons-io:jar:2.6
download io.dropwizard.metrics:metrics-core:jar:3.1.1
download io.dropwizard.metrics:metrics-graphite:jar:3.1.1