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 2014/02/08 19:51:11 UTC

[2/2] git commit: Add SLF4J as a dependency of Plastic

Add SLF4J as a dependency of Plastic


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

Branch: refs/heads/master
Commit: a7de737989c1be7834d083fcc0bed40f646bc152
Parents: bf71497
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Sat Feb 8 13:49:59 2014 -0500
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Sat Feb 8 13:51:06 2014 -0500

----------------------------------------------------------------------
 plastic/build.gradle | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/a7de7379/plastic/build.gradle
----------------------------------------------------------------------
diff --git a/plastic/build.gradle b/plastic/build.gradle
index 54e6c62..3b5987e 100644
--- a/plastic/build.gradle
+++ b/plastic/build.gradle
@@ -1,8 +1,9 @@
-description = "Plastic core framework"
+description = "High-level runtime transformations of Java classes"
 
 dependencies {
-    
+    compile "org.slf4j:slf4j-api:${versions.slf4j}"
 	testCompile "org.spockframework:spock-core:$versions.spock"
+
 }
 
 test {