This is an automated email from the ASF dual-hosted git repository. kturner pushed a commit to branch keith-turner-patch-1 in repository https://gitbox.apache.org/repos/asf/fluo.git
commit cf76abe826c97847ddb4792bb3105a52791e2a91 Author: Keith Turner <[email protected]> AuthorDate: Thu Aug 8 18:26:32 2019 -0400 Download commons lang in fetch.sh 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
