You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ul...@apache.org on 2012/10/26 10:32:03 UTC

git commit: tapestry-ioc needed in order to compile.

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


tapestry-ioc needed in order to compile.


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

Branch: refs/heads/master
Commit: f79dc7db8bd4278c2a49e072f6bbaf0c97ff5363
Parents: a5dccbc
Author: Ulrich Stärk <ul...@apache.org>
Authored: Fri Oct 26 10:31:05 2012 +0200
Committer: Ulrich Stärk <ul...@apache.org>
Committed: Fri Oct 26 10:31:05 2012 +0200

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


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/f79dc7db/tapestry-json/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-json/build.gradle b/tapestry-json/build.gradle
index 24efa4b..fd949e0 100644
--- a/tapestry-json/build.gradle
+++ b/tapestry-json/build.gradle
@@ -2,7 +2,7 @@ description = "Repackaged, improved (and tested) version of code originally from
 
 dependencies {
 
-    provided project(':tapestry-ioc')
+    compile project(':tapestry-ioc')
     testCompile project(':tapestry-test')
 
 }