Cache maker info with Caffeine
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -37,6 +37,7 @@
|
||||
<jdbi-version>3.37.1</jdbi-version> <!-- Convenience wrapper around JDBC -->
|
||||
<junit.version>5.9.2</junit.version> <!-- Unit test -->
|
||||
<mockito.version>5.1.1</mockito.version> <!-- Unit test -->
|
||||
<caffeine.version>3.1.4</caffeine.version> <!-- Caching -->
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@@ -50,6 +51,11 @@
|
||||
<artifactId>jcip-annotations</artifactId>
|
||||
<version>${jcip-annotations.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.ben-manes.caffeine</groupId>
|
||||
<artifactId>caffeine</artifactId>
|
||||
<version>${caffeine.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Database -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user