We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4537348 commit aa1141cCopy full SHA for aa1141c
spring-pulsar-sample-apps/sample-pulsar-functions/sample-signup-function/build.gradle
@@ -20,6 +20,7 @@ def pulsarVersion = project.properties['pulsarVersion'] ?: versionCatalog.findVe
20
dependencies {
21
implementation "org.apache.pulsar:pulsar-client-all:${pulsarVersion}"
22
implementation "org.apache.pulsar:pulsar-functions-api:${pulsarVersion}"
23
+ implementation libs.jspecify
24
compileOnly 'org.projectlombok:lombok:1.18.42'
25
annotationProcessor 'org.projectlombok:lombok:1.18.42'
26
}
0 commit comments