File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
instrumentation/spring/spring-pulsar-1.0/javaagent Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,18 @@ muzzle {
66 pass {
77 group.set(" org.springframework.pulsar" )
88 module.set(" spring-pulsar" )
9- versions.set(" [1.2.0,]" )
9+ versions.set(" [1.0.0,]" )
10+ assertInverse.set(true )
1011 }
1112}
1213
1314dependencies {
14- library(" org.springframework.pulsar:spring-pulsar:1.2 .0" )
15+ library(" org.springframework.pulsar:spring-pulsar:1.0 .0" )
1516
1617 testInstrumentation(project(" :instrumentation:pulsar:pulsar-2.8:javaagent" ))
1718 testImplementation(" org.testcontainers:pulsar" )
1819
19- testLibrary(" org.springframework.pulsar:spring-pulsar:1.2 .0" )
20+ testLibrary(" org.springframework.pulsar:spring-pulsar:1.0 .0" )
2021 testLibrary(" org.springframework.boot:spring-boot-starter-test:3.2.4" )
2122 testLibrary(" org.springframework.boot:spring-boot-starter:3.2.4" )
2223}
You can’t perform that action at this time.
0 commit comments