You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2012/12/15 03:12:56 UTC

[1/6] git commit: Add test dependency for commons-lang

Updated Branches:
  refs/heads/5.4-js-rewrite 646b25f3b -> 2dc5ba686


Add test dependency for commons-lang


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/2dc5ba68
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/2dc5ba68
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/2dc5ba68

Branch: refs/heads/5.4-js-rewrite
Commit: 2dc5ba686ddedd6c3b8ae6e2ae273eea473e0e98
Parents: d9adc77
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Dec 14 18:10:01 2012 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Dec 14 18:10:01 2012 -0800

----------------------------------------------------------------------
 tapestry-ioc/build.gradle |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/2dc5ba68/tapestry-ioc/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-ioc/build.gradle b/tapestry-ioc/build.gradle
index 4812c6f..a12d61e 100644
--- a/tapestry-ioc/build.gradle
+++ b/tapestry-ioc/build.gradle
@@ -17,6 +17,7 @@ dependencies {
   compile "org.slf4j:slf4j-log4j12:1.6.1"
 
   testCompile "org.spockframework:spock-core:${versions.spock}"
+  testCompile "commons-lang:commons-lang:2.6"
 
   provided "org.testng:testng:${versions.testng}", { transitive = false }
 }