Chapter 2. Installing Data Grid in Library Mode
Add Data Grid as an embedded library in your project.
Procedure
-
Add the
infinispan-coreartifact as a dependency in yourpom.xmlas follows:
<dependencies>
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-core</artifactId>
</dependency>
</dependencies>