File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 224224 <junit-bom .version>5.12.2</junit-bom .version>
225225 <mockito .version>4.11.0</mockito .version>
226226 <jacoco .version>0.8.12</jacoco .version>
227+ <annotation .version>1.3.2</annotation .version>
227228 <flaky-test-groups >flaky | org.apache.ratis.test.tag.FlakyTest</flaky-test-groups >
228229 </properties >
229230
430431 <artifactId >mockito-core</artifactId >
431432 <version >${mockito.version} </version >
432433 </dependency >
434+ <dependency >
435+ <groupId >javax.annotation</groupId >
436+ <artifactId >javax.annotation-api</artifactId >
437+ <version >${annotation.version} </version >
438+ </dependency >
433439 </dependencies >
434440 </dependencyManagement >
435441
Original file line number Diff line number Diff line change 175175 <groupId >org.apache.ratis</groupId >
176176 <artifactId >ratis-thirdparty-misc</artifactId >
177177 </dependency >
178+ <dependency >
179+ <groupId >javax.annotation</groupId >
180+ <artifactId >javax.annotation-api</artifactId >
181+ </dependency >
178182 </dependencies >
179183</project >
You can’t perform that action at this time.
0 commit comments