Repository: systemml Updated Branches: refs/heads/master 9e7ee19a4 -> be465dd65
Updates standalone jar dependencies with commons-lang3 Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/be465dd6 Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/be465dd6 Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/be465dd6 Branch: refs/heads/master Commit: be465dd65f9435f24fc195c25d9b1c4781bbb459 Parents: 9e7ee19 Author: Anthony Thomas <ahtho...@ibm.com> Authored: Thu Aug 23 10:58:45 2018 -0700 Committer: Niketan Pansare <npan...@us.ibm.com> Committed: Tue Aug 28 09:21:07 2018 -0700 ---------------------------------------------------------------------- src/assembly/standalone-jar.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/systemml/blob/be465dd6/src/assembly/standalone-jar.xml ---------------------------------------------------------------------- diff --git a/src/assembly/standalone-jar.xml b/src/assembly/standalone-jar.xml index 0d1bda7..2a7a183 100644 --- a/src/assembly/standalone-jar.xml +++ b/src/assembly/standalone-jar.xml @@ -81,7 +81,7 @@ <include>*:commons-configuration*</include> <include>*:commons-httpclient*</include> <include>*:commons-io*</include> - <include>*:commons-lang</include> + <include>*:commons-lang*</include> <include>*:commons-logging*</include> <include>*:commons-math3*</include> <include>*:guava*</include>