I have been googling for some days now about this. I am trying to develop a spring boot application (which is going to be deployed into a Websphere Liberty Profile Server), and is going to connect to Websphere Extreme scale for caching. I went through several documentations and guides, but none of them provide an actual source of where to find the dependencies for connecting to wxs from a maven built application.
I had assumed that the required jars should have been bundled along with the wxs liberty feature installation. But I could not find it in the lib directory of the server either.
I believe I am looking for file=objectgrid.jar,groupId=com.ibm.websphere.objectgrid,artifactId=objectgrid,version=8.6.0.2
Any links towards a sample java maven application that connects to wxs will also be helpful.
Thanks in advance