I tried it follow the guide, but it did not work for me. I had to manually add the JCache dependency: ```xml <dependency> <groupId>javax.cache</groupId> <artifactId>cache-api</artifactId> <version>1.1.1</version> </dependency> ```