File tree 1 file changed +4
-3
lines changed
instrumentation/spring/spring-pulsar-1.0/javaagent
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,18 @@ muzzle {
6
6
pass {
7
7
group.set(" org.springframework.pulsar" )
8
8
module.set(" spring-pulsar" )
9
- versions.set(" [1.2.0,]" )
9
+ versions.set(" [1.0.0,]" )
10
+ assertInverse.set(true )
10
11
}
11
12
}
12
13
13
14
dependencies {
14
- library(" org.springframework.pulsar:spring-pulsar:1.2 .0" )
15
+ library(" org.springframework.pulsar:spring-pulsar:1.0 .0" )
15
16
16
17
testInstrumentation(project(" :instrumentation:pulsar:pulsar-2.8:javaagent" ))
17
18
testImplementation(" org.testcontainers:pulsar" )
18
19
19
- testLibrary(" org.springframework.pulsar:spring-pulsar:1.2 .0" )
20
+ testLibrary(" org.springframework.pulsar:spring-pulsar:1.0 .0" )
20
21
testLibrary(" org.springframework.boot:spring-boot-starter-test:3.2.4" )
21
22
testLibrary(" org.springframework.boot:spring-boot-starter:3.2.4" )
22
23
}
You can’t perform that action at this time.
0 commit comments