File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
spring-boot-starters/spring-boot-starter-pulsar-reactive Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -1218,7 +1218,7 @@ bom {
12181218 ]
12191219 }
12201220 }
1221- library(" Pulsar Reactive" , " 0.3 .0" ) {
1221+ library(" Pulsar Reactive" , " 0.4 .0" ) {
12221222 group(" org.apache.pulsar" ) {
12231223 modules = [
12241224 " pulsar-client-reactive-adapter" ,
Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ dependencies {
1111
1212checkRuntimeClasspathForConflicts {
1313 ignore { name -> name. startsWith(" org/bouncycastle/" ) ||
14- name. matches(" ^org\\ /apache\\ /pulsar\\ /.*\\ /package-info.class\$ " ) ||
15- name. equals(" findbugsExclude.xml" ) ||
16- name. startsWith(" org/springframework/pulsar/shade/com/github/benmanes/caffeine/" ) ||
17- name. startsWith(" org/springframework/pulsar/shade/com/google/errorprone/" ) ||
18- name. startsWith(" org/springframework/pulsar/shade/org/checkerframework/" ) }
14+ name. matches(" ^org\\ /apache\\ /pulsar\\ /.*\\ /package-info.class\$ " ) ||
15+ name. equals(" findbugsExclude.xml" ) }
1916}
You can’t perform that action at this time.
0 commit comments