DATAGEODE-225 - Allow the JSR-107, JCache API to be an optional dependency when using @EnableCachingDefinedRegions.

This commit is contained in:
John Blum
2019-08-21 00:40:23 -07:00
parent ad80c1f696
commit 5dfd9461d8
4 changed files with 137 additions and 33 deletions

View File

@@ -86,8 +86,8 @@
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
<version>${cdi}</version>
<scope>provided</scope>
<optional>true</optional>
<scope>provided</scope>
</dependency>
<!-- Core Spring Framework -->