File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
spring-cloud-sleuth-otel-autoconfigure
tests/otel/spring-cloud-sleuth-instrumentation-messaging-tests Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 8787 <hamcrest-core .version>2.2</hamcrest-core .version>
8888 <awaitility .version>4.0.3</awaitility .version>
8989 <archunit-junit5 .version>0.14.1</archunit-junit5 .version>
90+ <jsr305 .version>3.0.2</jsr305 .version>
9091 </properties >
9192
9293 <build >
289290 <artifactId >archunit-junit5</artifactId >
290291 <version >${archunit-junit5.version} </version >
291292 </dependency >
293+ <dependency >
294+ <groupId >com.google.code.findbugs</groupId >
295+ <artifactId >jsr305</artifactId >
296+ <version >${jsr305.version} </version >
297+ </dependency >
292298 </dependencies >
293299 </dependencyManagement >
294300
Original file line number Diff line number Diff line change 257257 <artifactId >archunit-junit5</artifactId >
258258 <scope >test</scope >
259259 </dependency >
260-
260+ <dependency >
261+ <groupId >com.google.code.findbugs</groupId >
262+ <artifactId >jsr305</artifactId >
263+ <scope >test</scope >
264+ </dependency >
261265 </dependencies >
262266
263267 <profiles >
Original file line number Diff line number Diff line change 120120 <groupId >org.springframework.boot</groupId >
121121 <artifactId >spring-boot-starter-websocket</artifactId >
122122 </dependency >
123+ <dependency >
124+ <groupId >com.google.code.findbugs</groupId >
125+ <artifactId >jsr305</artifactId >
126+ </dependency >
123127 </dependencies >
124-
125128</project >
You can’t perform that action at this time.
0 commit comments