This is an automated email from the ASF dual-hosted git repository.
echobravo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-examples.git
The following commit(s) were added to refs/heads/develop by this push:
new 3e02fcc Add dependency for geode-logging
3e02fcc is described below
commit 3e02fcc440273348ca168366eda2def3ab69f653
Author: Ernie Burghardt <[email protected]>
AuthorDate: Mon Oct 14 14:46:09 2019 -0700
Add dependency for geode-logging
---
build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/build.gradle b/build.gradle
index e82f2cd..9bdc417 100644
--- a/build.gradle
+++ b/build.gradle
@@ -57,6 +57,7 @@ subprojects {
dependencies {
compile "org.apache.geode:geode-core:$geodeVersion"
compile "org.apache.geode:geode-cq:$geodeVersion"
+ compile "org.apache.geode:geode-logging:$geodeVersion"
compile 'com.google.guava:guava:25.1-jre'
testCompile "com.jayway.awaitility:awaitility:$awaitilityVersion"