Updated Branches:
  refs/heads/master afc575274 -> a5dccbc9c

org.apache.tapestry5.ioc.test.IOCTestCase makes use of TestBase from the
tapestry-test module


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

Branch: refs/heads/master
Commit: a5dccbc9c0936a017321623f022aac59b38c91b5
Parents: afc5752
Author: Ulrich Stärk <u...@apache.org>
Authored: Thu Oct 25 16:56:53 2012 +0200
Committer: Ulrich Stärk <u...@apache.org>
Committed: Thu Oct 25 16:56:53 2012 +0200

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/a5dccbc9/tapestry-ioc/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-ioc/build.gradle b/tapestry-ioc/build.gradle
index 4812c6f..9a1d8bb 100644
--- a/tapestry-ioc/build.gradle
+++ b/tapestry-ioc/build.gradle
@@ -5,7 +5,7 @@ dependencies {
   compile project(':tapestry5-annotations')
   compile project(":plastic")
 
-  provided project(':tapestry-test')
+  compile project(':tapestry-test')
 
   // For now, keep these compile dependencies synchronized with the binaries 
dependencies
   // of the top-level build:

Reply via email to