Skip to content

Commit ef37520

Browse files
committed
feat: bounded cache for informers (#1718)
1 parent 0b208a2 commit ef37520

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,11 @@
196196
<artifactId>mockwebserver</artifactId>
197197
<version>${okhttp.version}</version>
198198
</dependency>
199+
<dependency>
200+
<groupId>com.github.ben-manes.caffeine</groupId>
201+
<artifactId>caffeine</artifactId>
202+
<version>${caffein.version}</version>
203+
</dependency>
199204
<dependency>
200205
<groupId>com.github.ben-manes.caffeine</groupId>
201206
<artifactId>caffeine</artifactId>

0 commit comments

Comments
 (0)