Fix typo in dependency declaration from LICENSE review
Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/3743dd57 Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/3743dd57 Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/3743dd57 Branch: refs/heads/master Commit: 3743dd57af8269877698d90e1443c2658b8e7866 Parents: f6a390e Author: Anthony Baker <aba...@apache.org> Authored: Thu Jun 15 11:13:06 2017 -0700 Committer: Anthony Baker <aba...@apache.org> Committed: Thu Jun 15 11:13:36 2017 -0700 ---------------------------------------------------------------------- geode-pulse/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/3743dd57/geode-pulse/build.gradle ---------------------------------------------------------------------- diff --git a/geode-pulse/build.gradle b/geode-pulse/build.gradle index 5ae9ffa..3036f7c 100755 --- a/geode-pulse/build.gradle +++ b/geode-pulse/build.gradle @@ -41,7 +41,7 @@ dependencies { runtime 'org.springframework:spring-expression:' + project.'springframework.version' // added only to ensure common version with other geode modules - runtime 'org.slf4j:slf4j-log4j12:' + project.'slf4j-api.version' + runtime 'org.slf4j:slf4j-api:' + project.'slf4j-api.version' compile ('org.springframework.security:spring-security-config:' + project.'spring-security.version') { exclude module: 'aopalliance'