Skip to content

Commit

Permalink
Makes bucket4j-core optional and caffeine integration test scoped
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Dec 4, 2024
1 parent 169a672 commit 27b1213
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spring-cloud-gateway-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,13 @@
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j-core</artifactId>
<version>${bucket4j-core.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.bucket4j</groupId>
<artifactId>bucket4j-caffeine</artifactId>
<version>${bucket4j-core.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
Expand Down

0 comments on commit 27b1213

Please sign in to comment.