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 <[email protected]> Authored: Sat Feb 8 13:49:59 2014 -0500 Committer: Howard M. Lewis Ship <[email protected]> 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 {
