Repository: tapestry-5 Updated Branches: refs/heads/master 202be5759 -> 0bc89decc
add direct dependency on commons-lang 3 Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/0bc89dec Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/0bc89dec Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/0bc89dec Branch: refs/heads/master Commit: 0bc89deccb2e889f77ba5ffaa4556e67ff24f8f4 Parents: 202be57 Author: Jochen Kemnade <[email protected]> Authored: Tue Apr 19 11:38:53 2016 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Tue Apr 19 11:38:53 2016 +0200 ---------------------------------------------------------------------- tapestry-ioc/build.gradle | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/0bc89dec/tapestry-ioc/build.gradle ---------------------------------------------------------------------- diff --git a/tapestry-ioc/build.gradle b/tapestry-ioc/build.gradle index 8113a23..c9c80ba 100644 --- a/tapestry-ioc/build.gradle +++ b/tapestry-ioc/build.gradle @@ -16,6 +16,7 @@ dependencies { compile "org.slf4j:slf4j-api:${versions.slf4j}" testCompile "commons-lang:commons-lang:2.6" + testCompile "org.apache.commons:commons-lang3:3.4" provided "org.testng:testng:${versions.testng}", { transitive = false } }
