Skip to content

Commit 6910ee6

Browse files
committed
Merge pull request #14505 from marceloverdijk:patch-2
* pr/14505: Fix dependency management for Caffeine
2 parents c8bd30c + 0870f23 commit 6910ee6

File tree

1 file changed

+15
-0
lines changed
  • spring-boot-project/spring-boot-dependencies

1 file changed

+15
-0
lines changed

spring-boot-project/spring-boot-dependencies/pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,21 @@
606606
<artifactId>caffeine</artifactId>
607607
<version>${caffeine.version}</version>
608608
</dependency>
609+
<dependency>
610+
<groupId>com.github.ben-manes.caffeine</groupId>
611+
<artifactId>guava</artifactId>
612+
<version>${caffeine.version}</version>
613+
</dependency>
614+
<dependency>
615+
<groupId>com.github.ben-manes.caffeine</groupId>
616+
<artifactId>jcache</artifactId>
617+
<version>${caffeine.version}</version>
618+
</dependency>
619+
<dependency>
620+
<groupId>com.github.ben-manes.caffeine</groupId>
621+
<artifactId>simulator</artifactId>
622+
<version>${caffeine.version}</version>
623+
</dependency>
609624
<dependency>
610625
<groupId>com.github.mxab.thymeleaf.extras</groupId>
611626
<artifactId>thymeleaf-extras-data-attribute</artifactId>

0 commit comments

Comments
 (0)