blob: 825cc01d1f75b5ecaaea94d9752857e0b8f4ce94 [file] [log] [blame]
plugins {
id 'pulsar-client-reactive.codestyle-conventions'
id 'pulsar-client-reactive.library-conventions'
}
dependencies {
api project(':pulsar-client-reactive-adapter')
api libs.caffeine
testImplementation libs.junit.jupiter
testImplementation libs.assertj.core
testImplementation libs.reactor.test
testImplementation libs.mockito.core
}
description = "Caffeine implementation of producer cache"