Fixed - Quarkus 2/3 native image failed to build with Redisson #5132

pull/5186/head
Nikita Koksharov 2 years ago
parent ac9c78466b
commit 1d98d16b43

@ -50,6 +50,12 @@
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>3.1.1</version>
</dependency>
</dependencies> </dependencies>
<build> <build>

@ -50,6 +50,12 @@
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>3.1.1</version>
</dependency>
</dependencies> </dependencies>
<build> <build>

Loading…
Cancel
Save