GEODE-6532: Dependency changes to examples related to the Geode fix. (#92)

Several transitive dependencies will be marked 'runtime' not 'compile'
in the POM from geode, causing examples to not miss symbols. Declare
those dependencies outright.

(cherry picked from commit e974408674428770c35be3b444e022d2b9f1973e)
diff --git a/build.gradle b/build.gradle
index d4b2302..88cfa72 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,7 +35,7 @@
     }
 }
 
-def installDir = "$buildDir/apache-geode"
+def installDir = "$buildDir/apache-geode-${geodeVersion}"
 
 configurations {
     geodeDistribution