Chapter 2. Adding Data Grid to your project
Add Data Grid to your project to create embedded caches in your applications.
Procedure
-
Add the
infinispan-coreartifact as a dependency in yourpom.xmlas follows:
<dependencies>
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-core</artifactId>
</dependency>
</dependencies>