Re: Minimal set of Geode client side jars

2018-04-10 Thread Anthony Baker
Have you tried using maven/gradle dependencies based on the pom? dependencies { compile 'org.apache.geode:geode-core:1.5.0' } Anthony > On Apr 10, 2018, at 11:26 AM, Udo Kohlmeyer wrote: > > Hi there Pieter, > > Yes, if you look inside the geode-dependencies.jar,

Minimal set of Geode client side jars

2018-04-10 Thread Pieter van Zyl
Good day. I have a client application that connects to a Geode server. The client application is not Spring based at the moment. Is there a known minimal set of jars that a client need to have to communicate with Geode? It seems all the jars in apache-geode-1.4.0/lib are required for client and