Skip to content

Commit 3b51d79

Browse files
committed
Remove useless jcache profile
Closes gh-14584
1 parent 6e92c4d commit 3b51d79

File tree

1 file changed

+0
-9
lines changed
  • spring-boot-samples/spring-boot-sample-cache

1 file changed

+0
-9
lines changed

spring-boot-samples/spring-boot-sample-cache/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,6 @@
4949
</plugins>
5050
</build>
5151
<profiles>
52-
<profile>
53-
<id>jcache</id>
54-
<dependencies>
55-
<dependency>
56-
<groupId>javax.cache</groupId>
57-
<artifactId>cache-api</artifactId>
58-
</dependency>
59-
</dependencies>
60-
</profile>
6152
<profile>
6253
<id>caffeine</id>
6354
<dependencies>

0 commit comments

Comments
 (0)