Skip to content

Commit

Permalink
Update spring-pulsar.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc authored Dec 11, 2023
1 parent df016ae commit 6272362
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spring-pulsar/spring-pulsar.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ dependencies {
api ('org.springframework.retry:spring-retry') {
exclude group: 'org.springframework'
}
// https://mvnrepository.com/artifact/org.apache.commons/commons-compress
api group: 'org.apache.commons', name: 'commons-compress', version: '1.23.0'

api project(':spring-pulsar-cache-provider')
implementation project(path: ':spring-pulsar-cache-provider-caffeine', configuration: 'shadow')
implementation 'com.fasterxml.jackson.core:jackson-core'
Expand Down

0 comments on commit 6272362

Please sign in to comment.